summaryrefslogtreecommitdiff
path: root/example/docker-compose/docker-compose.yaml
diff options
context:
space:
mode:
authorLibravatar Charles Chin <eallions@gmail.com>2023-08-01 18:09:46 +0800
committerLibravatar GitHub <noreply@github.com>2023-08-01 12:09:46 +0200
commit96dd0e75f20a1f1f8203f3438ae7a82d260a0ef8 (patch)
tree0d3ad2430d1808537d297c861ec1eb63fdee3fa7 /example/docker-compose/docker-compose.yaml
parent[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032) (diff)
downloadgotosocial-96dd0e75f20a1f1f8203f3438ae7a82d260a0ef8.tar.xz
[feature] Configurable timezone in containers (#2046)
Diffstat (limited to 'example/docker-compose/docker-compose.yaml')
-rw-r--r--example/docker-compose/docker-compose.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/docker-compose/docker-compose.yaml b/example/docker-compose/docker-compose.yaml
index 429088934..87f2cb8d4 100644
--- a/example/docker-compose/docker-compose.yaml
+++ b/example/docker-compose/docker-compose.yaml
@@ -13,6 +13,7 @@ services:
GTS_DB_ADDRESS: /gotosocial/storage/sqlite.db
GTS_LETSENCRYPT_ENABLED: "false"
GTS_LETSENCRYPT_EMAIL_ADDRESS: ""
+ #TZ: "UTC"
## For reverse proxy setups:
# GTS_TRUSTED_PROXIES: "172.x.x.x"
ports:
@@ -23,6 +24,8 @@ services:
#- "127.0.0.1:8080:8080"
volumes:
- ~/gotosocial/data:/gotosocial/storage
+ #- /etc/localtime:/etc/localtime:ro
+ #- /etc/timezone:/etc/timezone:ro
restart: "always"
networks: