From: Vincent Vanwaelscappel Date: Thu, 30 Jan 2025 10:32:22 +0000 (+0100) Subject: wait #7293 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=71b990fd8fc2c06bdc97fab2d315ba6afd2bfc41;p=fluidbook-toolbox.git wait #7293 @0:05 --- diff --git a/.docker/docker-compose.yml b/.docker/docker-compose.yml index 9571f3771..d1b6ed5d0 100644 --- a/.docker/docker-compose.yml +++ b/.docker/docker-compose.yml @@ -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"