From 77f4dc7aaeab09efc9d7372d7590759d29208f51 Mon Sep 17 00:00:00 2001 From: drew Date: Sat, 4 Jul 2026 18:05:43 +0000 Subject: [PATCH] Update apps/weather-display/docker-compose.yml --- apps/weather-display/docker-compose.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/weather-display/docker-compose.yml b/apps/weather-display/docker-compose.yml index af6db87..e3b841e 100644 --- a/apps/weather-display/docker-compose.yml +++ b/apps/weather-display/docker-compose.yml @@ -7,4 +7,10 @@ services: - "80:3000" # change container port if your app is not on 3000 environment: NODE_ENV: production - TZ: America/Indiana/Indianapolis \ No newline at end of file + TZ: America/Indiana/Indianapolis + networks: + - web_gateway + +networks: + web_gateway: + external: true \ No newline at end of file