services: infrastructure: image: gitea.thewrightserver.net/josh/infrastructure:latest pull_policy: always restart: unless-stopped ports: - "${PORT:-3000}:3000" volumes: - infrastructure-data:/app/data environment: - NODE_ENV=production volumes: infrastructure-data: