From: Vincent Vanwaelscappel Date: Thu, 6 Mar 2025 16:10:33 +0000 (+0100) Subject: wip #7374 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0759cf49af49fc7d8e7658a977b2d4cd4fb72ebf;p=fluidbook-hosting-loadbalancer.git wip #7374 @1 --- diff --git a/docker-compose.yml b/docker-compose.yml index 8f49275..a7bdbb2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3.3' services: backup: env_file: .env @@ -19,12 +18,9 @@ services: environment: - TZ=Europe/Paris networks: - - fluidbook-hosting-loadbalancer + - nginxproxy networks: nginxproxy: - external: name: nginxproxy - fluidbook-hosting-loadbalancer: - external: - name: fluidbook-hosting-loadbalancer \ No newline at end of file + external: true \ No newline at end of file