mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 21:22:53 +02:00
Compare commits
No commits in common. "eb323ed4487e32e0c0494013aa59092cadb67c14" and "78fa6bf7dab5f0d7b9aa62e23d375bd196ff0e03" have entirely different histories.
eb323ed448
...
78fa6bf7da
1 changed files with 3 additions and 8 deletions
|
@ -2,18 +2,14 @@ services:
|
|||
gotosocial:
|
||||
image: superseriousbusiness/gotosocial:0.19.1
|
||||
container_name: gotosocial
|
||||
user: root
|
||||
restart: always
|
||||
environment:
|
||||
GTS_HOST: ${GTS_HOST}
|
||||
GTS_TRUSTED_PROXIES: ${GTS_TRUSTED_PROXIES}
|
||||
GTS_INSTANCE_LANGUAGE: ${GTS_INSTANCE_LANGUAGE}
|
||||
GTS_DB_TYPE: sqlite
|
||||
GTS_DB_ADDRESS: /gotosocial/db/sqlite.db
|
||||
GTS_OIDC_ENABLED: true
|
||||
GTS_OIDC_ISSUER: ${GTS_OIDC_ISSUER}
|
||||
GTS_OIDC_IDP_NAME: ${GTS_OIDC_IDP_NAME}
|
||||
GTS_OIDC_LINK_EXISTING: ${GTS_OIDC_LINK_EXISTING:-true}
|
||||
GTS_OIDC_LINK_EXISTING: ${GTS_OIDC_LINK_EXISTING}
|
||||
GTS_OIDC_ALLOWED_GROUPS: ${GTS_OIDC_ALLOWED_GROUPS}
|
||||
GTS_OIDC_ADMIN_GROUPS: ${GTS_OIDC_ADMIN_GROUPS}
|
||||
GTS_OIDC_CLIENT_ID: ${GTS_OIDC_CLIENT_ID}
|
||||
|
@ -24,10 +20,9 @@ services:
|
|||
GTS_STORAGE_S3_ENDPOINT: ${GTS_STORAGE_S3_ENDPOINT}
|
||||
GTS_STORAGE_S3_ACCESS_KEY: ${GTS_STORAGE_S3_ACCESS_KEY}
|
||||
GTS_STORAGE_S3_SECRET_KEY: ${GTS_STORAGE_S3_SECRET_KEY}
|
||||
GTS_STORAGE_S3_BUCKET_LOOKUP: dns
|
||||
ports:
|
||||
- ${HTTP_PORT:-80}:8080
|
||||
volumes:
|
||||
- ${DATA_DIR:-./data}/gotosocial:/gotosocial/db
|
||||
- ${DATA_DIR:-./data}/.cache:/gotosocial/.cache
|
||||
- ${DATA_DIR:-./data}/gotosocial:/gotosocial/storage
|
||||
- ${DATA_DIR:-./data}/cache:/gotosocial/.cache
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue