Compare commits
4 Commits
main
...
wip/add-we
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a0ff7953d | |||
| 25f03b1046 | |||
| 77f4dc7aae | |||
| 6df6bf3c6b |
16
apps/weather-display/docker-compose.yml
Normal file
16
apps/weather-display/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user