version: '3.8' services: pricetracker: build: context: . dockerfile: Dockerfile network_mode: host environment: - NODE_ENV=production restart: unless-stopped container_name: pricetracker