Files
atridotdad/docker-compose.yml
Atridad Lahiji f215d0cbb5
Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled
Update docker-compose.yml
2026-01-30 07:48:00 +00:00

12 lines
236 B
YAML

services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "${APP_PORT}:4321"
environment:
NODE_ENV: production
PUBLIC_RSS_TIMEZONE: ${PUBLIC_RSS_TIMEZONE:-}
restart: unless-stopped