PY_PROXY/compose.yaml
2025-02-26 08:55:49 +01:00

12 lines
246 B
YAML

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: {}