Compare commits

4 Commits

Author SHA1 Message Date
1a0ff7953d Update apps/weather-display/docker-compose.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
2026-07-04 19:22:54 +00:00
25f03b1046 Update apps/weather-display/docker-compose.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
2026-07-04 19:14:55 +00:00
77f4dc7aae Update apps/weather-display/docker-compose.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
2026-07-04 18:05:43 +00:00
6df6bf3c6b Add apps/weather-display/docker-compose.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
2026-07-04 18:03:43 +00:00

View File

@@ -0,0 +1,16 @@
services:
weather-display:
image: davisdre/weather-display:latest
container_name: weather-display
restart: unless-stopped
ports:
- "80:3000" # change container port if your app is not on 3000
environment:
NODE_ENV: production
TZ: America/Indiana/Indianapolis
networks:
- web_gateway
networks:
web_gateway:
external: true