mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-14 20:56:47 +02:00
uppdate
This commit is contained in:
parent
4f2be504a8
commit
5d3d976c7d
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ services:
|
|||
GTS_TRUSTED_PROXIES: ${GTS_TRUSTED_PROXIES}
|
||||
GTS_INSTANCE_LANGUAGE: ${GTS_INSTANCE_LANGUAGE}
|
||||
GTS_DB_TYPE: sqlite
|
||||
GTS_DB_ADDRESS: /gotosocial/storage/sqlite.db
|
||||
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}
|
||||
|
@ -27,6 +27,6 @@ services:
|
|||
ports:
|
||||
- ${HTTP_PORT:-80}:8080
|
||||
volumes:
|
||||
- ${DATA_DIR:-./data}/gotosocial:/gotosocial/storage
|
||||
- ${DATA_DIR:-./data}/gotosocial:/gotosocial/db
|
||||
- ${DATA_DIR:-./data}/cache:/gotosocial/.cache
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue