Added correct timezone
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f73f7ff266
commit
182b9560ec
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue