Docker compose
version: '3'
services:
writebackextreme:
container_name: writebackextreme
image: ghcr.io/appsfortableau/writeback-extreme:latest
environment:
# not commented are required environment variables
- WBE_LICENSE={License value}
# note: https:// is automatically be added.
- WBE_URL={external available domain}
ports:
- 8899:8090
volumes:
- writebackextreme_data:/app_data
# Create a volume to make the config, sqlite database and logs
# folder persistend between startup's and updates.
volumes:
writebackextreme_data:Changing repository database
Update WriteBackExtreme container with a new version
Last updated
Was this helpful?
