Add files via upload

This commit is contained in:
Evgeniy
2025-01-31 23:43:04 +03:00
committed by GitHub
parent 805076e2c6
commit c9c5614f56
10 changed files with 983 additions and 0 deletions

7
proxy/docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
pizza-proxy:
build: .
container_name: pizza-proxy
ports:
- 5009:5009
restart: unless-stopped