Files
atridotdad/docker-compose.yml
Atridad Lahiji bb1f778210
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m28s
Update docker-compose.yml
2026-01-30 06:23:19 +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