Bumped GTS version and fixed proxt location

This commit is contained in:
Phil 2024-10-08 13:54:11 -06:00
parent fa95212be4
commit 9e8da746af

View File

@ -1,17 +1,17 @@
services: services:
gotosocial: gotosocial:
image: superseriousbusiness/gotosocial:0.17.0-rc1 image: superseriousbusiness/gotosocial:0.17.0-rc2
container_name: gotosocial container_name: gotosocial
user: 1000:1000 user: 1000:1000
extra_hosts: extra_hosts:
- 'auth.thesatelliteoflove.com:172.20.0.3' - 'auth.thesatelliteoflove.com:172.20.0.5'
environment: environment:
GTS_HOST: social.thesatelliteoflove.com GTS_HOST: social.thesatelliteoflove.com
GTS_DB_TYPE: sqlite GTS_DB_TYPE: sqlite
GTS_DB_ADDRESS: /gotosocial/storage/sqlite.db GTS_DB_ADDRESS: /gotosocial/storage/sqlite.db
GTS_LETSENCRYPT_ENABLED: "false" GTS_LETSENCRYPT_ENABLED: "false"
GTS_LETSENCRYPT_EMAIL_ADDRESS: "" GTS_LETSENCRYPT_EMAIL_ADDRESS: ""
GTS_TRUSTED_PROXIES: "172.20.0.3" GTS_TRUSTED_PROXIES: "172.20.0.5"
GTS_ACCOUNT_DOMAIN: thesatelliteoflove.com GTS_ACCOUNT_DOMAIN: thesatelliteoflove.com
GTS_OIDC_ENABLED: "true" GTS_OIDC_ENABLED: "true"
GTS_OIDC_IDP_NAME: "Authentik" GTS_OIDC_IDP_NAME: "Authentik"