All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m31s
13 lines
264 B
YAML
13 lines
264 B
YAML
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: atridad:latest
|
|
ports:
|
|
- "${APP_PORT}:4321"
|
|
environment:
|
|
NODE_ENV: production
|
|
PUBLIC_RSS_TIMEZONE: ${PUBLIC_RSS_TIMEZONE:-}
|
|
restart: unless-stopped
|