Deploy gotosocial

This commit is contained in:
Tobias Manske 2024-01-15 20:43:46 +01:00
parent 7dd4d6807a
commit 6cfbea7335
Signed by: tobias
GPG Key ID: 9164B527694A0709
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ services:
GTS_INSTANCE_LANGUAGES: "de,en-gb"
GTS_LETSENCRYPT_ENABLED: "false"
GTS_METRICS_ENABLED: "true"
GTS_LANDING_PAGE_USER: "admin"
# STORAGE
GTS_STORAGE_BACKEND: "s3"
GTS_STORAGE_S3_ENDPOINT: "{{ gotosocial.s3.endpoint }}"

View File

@ -44,5 +44,6 @@
- {role: compose_project, service: watchtower}
- {role: compose_project, service: wkd}
- {role: compose_project, service: wallabag}
- {role: compose_project, service: gotosocial}
# vim: ft=yaml.ansible