services: pricehunter: build: . ports: - "${PORT:-3000}:3000" volumes: - ./data:/app/data environment: - NODE_ENV=production - DATABASE_PATH=/app/data/pricehunter.db - PORT=3000 restart: unless-stopped