version: '3.8' services: candle-annotator: build: . ports: - "3000:3000" volumes: - candle-data:/app/data environment: - NODE_ENV=production restart: unless-stopped volumes: candle-data: