forked from github-mirrorer/taskchampion-sync-server
Allow specifying client ID when running docker-compose (#101)
This also fixes up some handling of default values in the entrypoint.
This commit is contained in:
committed by
GitHub
parent
7430d6feec
commit
a7dc9e84b4
@ -49,6 +49,7 @@ services:
|
||||
- "RUST_LOG=info"
|
||||
- "DATA_DIR=/var/lib/taskchampion-sync-server/data"
|
||||
- "LISTEN=0.0.0.0:8080"
|
||||
- "CLIENT_ID=${TASKCHAMPION_SYNC_SERVER_CLIENT_ID}"
|
||||
volumes:
|
||||
- type: volume
|
||||
source: data
|
||||
|
||||
Reference in New Issue
Block a user