services: chronus: image: ${IMAGE} ports: - ${APP_PORT}:4321 environment: - NODE_ENV=production - HOST=0.0.0.0 - PORT=4321 - DATA_DIR=/app/data - JWT_SECRET=${JWT_SECRET} - ORIGIN=${ORIGIN} volumes: - ${ROOT_DIR}:/app/data restart: unless-stopped networks: {}