Update apps/weather-display/docker-compose.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s

This commit is contained in:
2026-07-04 18:05:43 +00:00
parent 6df6bf3c6b
commit 77f4dc7aae

View File

@@ -7,4 +7,10 @@ services:
- "80:3000" # change container port if your app is not on 3000 - "80:3000" # change container port if your app is not on 3000
environment: environment:
NODE_ENV: production NODE_ENV: production
TZ: America/Indiana/Indianapolis TZ: America/Indiana/Indianapolis
networks:
- web_gateway
networks:
web_gateway:
external: true