From: Vincent Vanwaelscappel Date: Sun, 20 Nov 2022 13:22:43 +0000 (+0100) Subject: wait #5532 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=63fa538d0d1397e1542390514bccb0f8fd51738d;p=fluidbook_processfarm.git wait #5532 --- diff --git a/docker-compose.yml b/docker-compose.yml index 6abc8e6..1a34499 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,4 +13,10 @@ services: ports: - '9457:9000' restart: unless-stopped - privileged: true \ No newline at end of file + privileged: true + networks: + - fluidbook-processfarm +networks: + fluidbook-processfarm: + external: + name: fluidbook-processfarm \ No newline at end of file diff --git a/update b/update index bf563ca..8f11e60 100755 --- a/update +++ b/update @@ -1,5 +1,6 @@ #!/bin/bash cd /docker/fluidbook-processfarm +docker network create fluidbook-processfarm git config --global --add safe.directory /docker/fluidbook-processfarm git stash git pull origin master diff --git a/updateall.bat b/updateall.bat index 18c1168..cb26aba 100644 --- a/updateall.bat +++ b/updateall.bat @@ -1,4 +1,4 @@ -ssh root@alien.cubedesigners.com "/docker/fluidbook-processfarm/update" +ssh root@alphaville.cubedesigners.com "/docker/fluidbook-processfarm/update" ssh root@brazil.cubedesigners.com "/docker/fluidbook-processfarm/update" ssh root@dracula.cubedesigners.com "/docker/fluidbook-processfarm/update" ssh root@192.168.10.5 -p 22822 "/docker/fluidbook-processfarm/update"