12 lines
246 B
YAML
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: {} |