services: app: image: gitea.burke.host/burkkyy/calebburke.dev:latest restart: unless-stopped env_file: - .env environment: NODE_ENV: production ports: - "${HOST_PORT:-3000}:${HOST_PORT:-3000}" volumes: - ./.env:/home/node/app/.env.production