services: py_proxy: build: dockerfile: Dockerfile context: . restart: unless-stopped volumes: - ./config.yaml:/app/config.yaml - /var/run/docker.sock:/var/run/docker.sock ports: - 80:80 networks: {}