All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m20s
10 lines
199 B
YAML
10 lines
199 B
YAML
services:
|
|
app:
|
|
image: ${IMAGE}
|
|
ports:
|
|
- "${APP_PORT}:4321"
|
|
environment:
|
|
NODE_ENV: production
|
|
PUBLIC_RSS_TIMEZONE: ${PUBLIC_RSS_TIMEZONE:-}
|
|
restart: unless-stopped
|