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