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