switch to using the gts config path env variable
This commit is contained in:
parent
6cc6ebbb0a
commit
9148ff4bf8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user