Files
atridotdad/docker-compose.yml
Atridad Lahiji 84b104ad00
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m31s
Update docker-compose.yml
2026-01-30 07:42:05 +00:00

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