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}
- WBE_URL={external available url}
#- WBE_NUM_WORKERS=4
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:Update WriteBackExtreme container with a new version
Last updated
Was this helpful?
