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:
Dustin J. Mitchell
2025-03-03 17:39:59 -05:00
committed by GitHub
parent 7430d6feec
commit a7dc9e84b4
3 changed files with 36 additions and 6 deletions

View File

@ -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