forked from github-mirrorer/taskchampion-sync-server
Allow specifying configuration params in env vars (#83)
This commit is contained in:
committed by
GitHub
parent
5ffd179dcc
commit
7f51d2fa1f
@ -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
|
||||
|
||||
Reference in New Issue
Block a user