Added correct timezone
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
GeorgeWebberley 2026-01-29 11:19:12 +01:00
parent f73f7ff266
commit 182b9560ec

View file

@ -7,6 +7,7 @@ services:
- ./data:/app/data - ./data:/app/data
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- TZ=Europe/Copenhagen
networks: networks:
- web_traffic - web_traffic
@ -23,6 +24,7 @@ services:
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- NODE_OPTIONS=--dns-result-order=ipv4first - NODE_OPTIONS=--dns-result-order=ipv4first
- TZ=Europe/Copenhagen
depends_on: depends_on:
- web - web
dns: dns: