Skip to content

Commit 88691b1

Browse files
committed
chore: set utc timezone in examples
1 parent 7e11a70 commit 88691b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/public/docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ services:
4141
- database
4242
environment:
4343
LANG: C.UTF-8
44+
TZ: UTC
4445
CORS_ORIGIN: https://test.example.com
4546
SESSION_SECRET: secret
4647
SESSION_SALT: salt
@@ -66,6 +67,7 @@ services:
6667
- database:/var/lib/postgresql/data
6768
environment:
6869
POSTGRES_PASSWORD: "secret"
70+
PGTZ: "UTC"
6971

7072
frontend:
7173
image: ghcr.io/openscript-ch/quassel-frontend:latest

0 commit comments

Comments
 (0)