mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-18 02:15:44 +02:00
git-subtree-dir: foundations/net git-subtree-mainline:2b0d510202git-subtree-split:7722c95341
13 lines
238 B
YAML
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
|