Allow specifying configuration params in env vars (#83)

This commit is contained in:
Dustin J. Mitchell
2025-02-02 22:39:45 -05:00
committed by GitHub
parent 5ffd179dcc
commit 7f51d2fa1f
6 changed files with 191 additions and 44 deletions

View File

@ -56,9 +56,10 @@ services:
volume:
nocopy: true
subpath: tss
command: --data-dir /tss/taskchampion-sync-server --listen 0.0.0.0:8080
environment:
- RUST_LOG=info
- "RUST_LOG=info"
- "DATA_DIR=/tss/taskchampion-sync-server"
- "LISTEN=0.0.0.0:8080"
depends_on:
mkdir:
condition: service_completed_successfully