pygateway/docker-compose.yaml
2025-03-16 22:59:25 +03:00

13 lines
264 B
YAML

services:
pygateway:
build:
context: ./
restart: unless-stopped
ports:
- 8001:8080
environment:
- PORT_TO_LISTEN=8080
- REMOTE_HOST=${REMOTE_HOST}
- REMOTE_PORT=8080
- ALLOWED_CLIENT_IP=192.168.0.1,192.168.0.2