diff options
Diffstat (limited to 'stacks/tss/compose.yml')
| -rw-r--r-- | stacks/tss/compose.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/stacks/tss/compose.yml b/stacks/tss/compose.yml index 63913f0..cbaf2f0 100644 --- a/stacks/tss/compose.yml +++ b/stacks/tss/compose.yml @@ -1,26 +1,26 @@ -name: ${_STACK_0} +name: ${STACK} networks: edge-net: - name: ${_NET_0} + name: ${EDGE_NET} external: true - -volumes: - tss-db: - name: ${_VOLUME_0} + db-net: + name: ${DB_NET} external: true services: tss: - container_name: ${_CONTAINER_0} - image: ghcr.io/gothenburgbitfactory/taskchampion-sync-server:latest + container_name: ${TSS_CONTAINER} + image: ghcr.io/gothenburgbitfactory/taskchampion-sync-server-postgres:latest restart: unless-stopped + environment: + RUST_LOG: info + LISTEN: 0.0.0.0:8080 env_file: - .run.env - .env - volumes: - - tss-db:/var/lib/taskchampion-sync-server/data networks: - edge-net + - db-net expose: - 8080 |
