Support for WS
This commit is contained in:
12
compose.yaml
Normal file
12
compose.yaml
Normal 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: {}
|
||||
Reference in New Issue
Block a user