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