services: web: build: . restart: unless-stopped ports: - "127.0.0.1:${HOST_PORT:-3010}:3000" environment: - NODE_ENV=production