]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7293 @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 30 Jan 2025 10:32:22 +0000 (11:32 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 30 Jan 2025 10:32:22 +0000 (11:32 +0100)
.docker/docker-compose.yml

index 9571f3771b8aa08f77dd40260ec519d856727d40..d1b6ed5d0c6bc0d039528d7e0517617a1332e45e 100644 (file)
@@ -98,11 +98,12 @@ services:
       - '/data/toolbox/protected/fluidbookpublication/packager/:/application/protected/fluidbookpublication/packager/'
       - '/data/toolbox/protected/fluidbookpublication/seo/:/application/protected/fluidbookpublication/seo/'
       - '/data/toolbox/protected/fluidbookcollection/:/application/protected/fluidbookcollection/'
+      # Local mounts
+      - "/data/fluidbook/docs/:/application/protected/fluidbookpublication/docs/"
       # Config
       - '/home/toolbox/www/.docker/config/httpd/httpd.conf:/usr/local/apache2/conf/httpd.conf'
       # External volume
       - 'usstorage:/application/usstorage:ro'
-      - 'docs:/application/protected/fluidbookpublication/docs:ro'
     ports:
       - '37126:80'
     environment:
@@ -193,11 +194,3 @@ volumes:
       sshcmd: "fluidbook@kingkong.cubedesigners.com:/home/fluidbook/data"
       allow_other: ""
       password: "Qu2E9uq48bBzsqGiZA"
-
-  docs:
-    driver: ucphhpc/sshfs:latest
-    driver_opts:
-      sshcmd: "fluidbook@docs.toolbox.fluidbook.com:/data"
-      allow_other: ""
-      password: "Qu2E9uq48bBzsqGiZA"
-      port: "7552"