mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-14 20:56:47 +02:00
Compare commits
8 commits
78fa6bf7da
...
eb323ed448
Author | SHA1 | Date | |
---|---|---|---|
eb323ed448 | |||
abed60f6f5 | |||
99cbdd3094 | |||
7105b8ef2e | |||
5d3d976c7d | |||
4f2be504a8 | |||
7dafe6f029 | |||
5e30d95f10 |
1 changed files with 8 additions and 3 deletions
|
@ -2,14 +2,18 @@ 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_LINK_EXISTING: ${GTS_OIDC_LINK_EXISTING}
|
||||
GTS_OIDC_IDP_NAME: ${GTS_OIDC_IDP_NAME}
|
||||
GTS_OIDC_LINK_EXISTING: ${GTS_OIDC_LINK_EXISTING:-true}
|
||||
GTS_OIDC_ALLOWED_GROUPS: ${GTS_OIDC_ALLOWED_GROUPS}
|
||||
GTS_OIDC_ADMIN_GROUPS: ${GTS_OIDC_ADMIN_GROUPS}
|
||||
GTS_OIDC_CLIENT_ID: ${GTS_OIDC_CLIENT_ID}
|
||||
|
@ -20,9 +24,10 @@ 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/storage
|
||||
- ${DATA_DIR:-./data}/cache:/gotosocial/.cache
|
||||
- ${DATA_DIR:-./data}/gotosocial:/gotosocial/db
|
||||
- ${DATA_DIR:-./data}/.cache:/gotosocial/.cache
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue