fixed formatting and added tags

This commit is contained in:
2024-09-20 16:46:16 -06:00
parent 3de01f5464
commit 6d1ebc61d6
8 changed files with 15 additions and 38 deletions

View File

@ -6,14 +6,14 @@ services:
container_name: gotosocial
user: 1000:1000
extra_hosts:
- 'auth.thesatelliteoflove.com:172.20.0.2'
- 'auth.thesatelliteoflove.com:172.20.0.3'
environment:
GTS_HOST: social.thesatelliteoflove.com
GTS_DB_TYPE: sqlite
GTS_DB_ADDRESS: /gotosocial/storage/sqlite.db
GTS_LETSENCRYPT_ENABLED: "false"
GTS_LETSENCRYPT_EMAIL_ADDRESS: ""
GTS_TRUSTED_PROXIES: "172.20.0.2"
GTS_TRUSTED_PROXIES: "172.20.0.3"
GTS_ACCOUNT_DOMAIN: thesatelliteoflove.com
GTS_OIDC_ENABLED: "true"
GTS_OIDC_IDP_NAME: "Authentik"