version: "3.5" services: wx_backend_py: build: . image: "wx_backend_py" container_name: "wx_backend_py" restart: always ports: - "18000:8000"