ws internet deploy!!!

This commit is contained in:
Dobromir Popov
2026-07-09 09:21:56 +02:00
parent 65ad8289b3
commit b241aa1b32
5 changed files with 17 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
# Required Portainer variables:
# SOURCE_TARBALL_URL URL to a .tar.gz archive of this repo
# PUBLIC_TRACKER_URL e.g. https://cloud.neuron.d-popov.com
# PUBLIC_PROXY_NETWORK Docker network shared with nginx/NPM, e.g. npm_proxy
# PUBLIC_PROXY_NETWORK Docker network shared with nginx/NPM, e.g. proxy_net
#
# Optional:
# CLUSTER_PEERS e.g. https://ai.neuron.d-popov.com
@@ -120,4 +120,4 @@ volumes:
networks:
public-proxy:
external: true
name: ${PUBLIC_PROXY_NETWORK:-npm_proxy}
name: ${PUBLIC_PROXY_NETWORK:-proxy_net}