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