Add apps/weather-display/docker-compose.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
This commit is contained in:
10
apps/weather-display/docker-compose.yml
Normal file
10
apps/weather-display/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user