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

12 lines
278 B
YAML

services:
app:
build:
context: https://git.atri.dad/atridad/atridotdad.git
dockerfile: Dockerfile
ports:
- "${APP_PORT}:4321"
environment:
NODE_ENV: production
PUBLIC_RSS_TIMEZONE: ${PUBLIC_RSS_TIMEZONE:-}
restart: unless-stopped