Files
Denis Bykhov da88233dda Add 'foundations/net/' from commit '7722c9534141cf92ea7e990b8687c14ef3c747b2'
git-subtree-dir: foundations/net
git-subtree-mainline: 2b0d510202
git-subtree-split: 7722c95341
2025-11-26 22:57:00 +05:00

13 lines
238 B
YAML

services:
network:
image: hardcoreeng/network-pod
pull_policy: never
extra_hosts:
- 'huly.local:host-gateway'
environment:
- PORT=3737
- HOST=*
ports:
- 37371:3737
restart: unless-stopped