version: "3.9" services: webserver: build: . container_name: x-server-time ports: - "8000:8000" restart: unless-stopped