]> _ Git - fluidbook-toolbox.git/commitdiff
wip #7255 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Sun, 26 Jan 2025 16:19:16 +0000 (17:19 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Sun, 26 Jan 2025 16:19:16 +0000 (17:19 +0100)
.docker/docker-compose.yml

index 1f0d0adf982b748102579dcf3651dc8ab759aee5..3bbd1171a0294054ecdbb4a79633451e2624f0f4 100644 (file)
@@ -110,6 +110,7 @@ services:
       LETSENCRYPT_HOST: toolbox.fluidbook.com
     networks:
       - fluidbook-toolbox
+      - nginxproxy
     restart: unless-stopped
 
   adminer:
@@ -127,6 +128,7 @@ services:
       LETSENCRYPT_HOST: adminer.toolbox.fluidbook.com
     networks:
       - fluidbook-toolbox
+      - nginxproxy
 
   mariadb:
     container_name: fluidbook-toolbox-mariadb
@@ -176,6 +178,9 @@ networks:
   fluidbook-processfarm:
     external:
       name: fluidbook-processfarm
+  nginxproxy:
+    external:
+      name: nginxproxy
 
 volumes:
   usstorage: