version: '3.8' services: web: build: . container_name: my_web_app_container ports: - "7860:7860" environment: - NODE_ENV=development