switch to using the gts config path env variable

This commit is contained in:
brooke 2025-01-09 18:05:17 -06:00
parent 6cc6ebbb0a
commit 9148ff4bf8

View File

@ -10,6 +10,7 @@ services:
secrets:
- oidc_secret
environment:
- GTS_CONFIG_PATH=/gotosocial/config.yaml
- GTS_HOST=${DOMAIN}
- GTS_DB_TYPE=sqlite
- GTS_DB_ADDRESS=/gotosocial/storage/sqlite.db
@ -33,7 +34,6 @@ services:
- gtscache:/gotosocial/.cache
networks:
- proxy
command: ["--config-path", "/gotosocial/config.yaml"]
deploy:
labels:
- "traefik.enable=true"