tvedtorama / clusterweb

The history of clusters - and how the Phil Network can help

Home Page:https://clusters.phil.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deployment

git pull
npm install --production --prefix build_node_modules/
tsc
webpack --config webpack.prod.config.js
docker build -t tvedtorama/clusterweb .
docker push tvedtorama/clusterweb

docker pull tvedtorama/clusterweb
# ... setup the proxy and letsencrypt stuff 
docker service create --name clusters-gui --network proxy  --network services   --label com.df.notify=true     --label com.df.distribute=true   --label com.df.serviceDomain=clusters.phil.network --label com.df.port=3000 --label com.df.httpsOnly=true  --replicas=2  --with-registry-auth tvedtorama/clusterweb:latest 

To update, its cool to include both the --force and --image ... options.

About

The history of clusters - and how the Phil Network can help

https://clusters.phil.network

License:MIT License


Languages

Language:TypeScript 75.8%Language:CSS 16.1%Language:JavaScript 4.9%Language:HTML 2.4%Language:Dockerfile 0.7%Language:Shell 0.1%