]> _ Git - fluidbook_processfarm.git/commitdiff
wip #6598 @5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 21 Dec 2023 14:04:36 +0000 (15:04 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 21 Dec 2023 14:04:36 +0000 (15:04 +0100)
app/bin/mount
docker-compose.yml

index d0bf480b16fcd01e505cbfd4f477a88059ae35a2..cc94cccf687ef49d4927a1ab248f3ed61a2c6525 100755 (executable)
@@ -3,7 +3,6 @@ mkdir -p /files
 if mountpoint -q "/files"; then
     :
 else
-    #sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@godzilla.cubedesigners.com:/data/fluidbook/docs /files
     sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@dracula.cubedesigners.com:/data/fluidbook/docs /files
 fi
 
@@ -18,7 +17,6 @@ mkdir -p /application/protected/fluidbookpublication/docs
 if mountpoint -q "/application/protected/fluidbookpublication/docs"; then
     :
 else
-    #sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@godzilla.cubedesigners.com:/data/fluidbook/docs /application/protected/fluidbookpublication/docs
     sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@dracula.cubedesigners.com:/data/fluidbook/docs /application/protected/fluidbookpublication/docs
 fi
 
index b154345555567561d3123950650c1ee527282c4d..7903cb0e9a481c0999f4185932e55d7201316a89 100644 (file)
@@ -12,6 +12,8 @@ services:
       - './ssh/:/root/.ssh/'
       - './php/fpm.conf:/etc/php/8.2/fpm/pool.d/z-overrides.conf'
       - './php/php.ini:/etc/php/8.2/fpm/conf.d/99-overrides.ini'
+    tmpfs:
+      - /tmp
     ports:
       - '9457:9000'
     restart: unless-stopped