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