Files
atridotdad/docker-compose.yml
Atridad Lahiji d6d75eff37
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m20s
Fixed RSS date/time
2025-12-21 01:45:28 -07:00

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