mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-04-05 17:20:35 +00:00
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