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