Support for WS

This commit is contained in:
JonatanRek
2025-02-26 08:55:49 +01:00
parent bbac6a5e2e
commit 30df8f46d1
5 changed files with 122 additions and 7 deletions

12
compose.yaml Normal file
View File

@@ -0,0 +1,12 @@
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: {}