services: web: build: . ports: - "8000:8000" environment: - HOST=0.0.0.0 - PORT=8000 restart: unless-stopped