- '/home/extranet/share/:/application/share/'
- '/data/toolbox/alpha/storage/:/application/storage/'
- '/data/extranet/ftp/:/application/ftp/'
- - '/mnt/sshfs/godzilla/data/fluidbook/docs/:/application/protected/fluidbookpublication/docs/'
- '/data/extranet/www/fluidbook/books/working/:/application/protected/fluidbookpublication/working/'
- '/data/extranet/www/fluidbook/books/links/:/application/protected/fluidbookpublication/links/'
- '/home/extranet/www/fluidbook/cache/unzip/:/application/storage/fluidbook/cache/unzip/'
- '/home/extranet/share/:/application/share/'
- '/data/toolbox/alpha/storage/:/application/storage/'
- '/data/extranet/ftp/:/application/ftp/'
- - '/mnt/sshfs/godzilla/data/fluidbook/docs/:/application/protected/fluidbookpublication/docs/'
- '/data/extranet/www/fluidbook/books/working/:/application/protected/fluidbookpublication/working/'
- '/data/extranet/www/fluidbook/books/links/:/application/protected/fluidbookpublication/links/'
- '/home/extranet/www/fluidbook/cache/unzip/:/application/storage/fluidbook/cache/unzip/'
- '/data/toolbox/alpha/.docker/config/httpd/httpd-alpha.conf:/usr/local/apache2/conf/httpd.conf'
# External volume
- 'sshfsusstorage:/application/usstorage:ro'
+ - 'docs:/application/protected/fluidbookpublication/docs:ro'
environment:
VIRTUAL_HOST: alpha.toolbox.fluidbook.com
LETSENCRYPT_HOST: alpha.toolbox.fluidbook.com
sshcmd: "fluidbook@kingkong.cubedesigners.com:/home/fluidbook/data"
allow_other: ""
password: "Qu2E9uq48bBzsqGiZA"
+
+ docs:
+ driver: ucphhpc/sshfs:latest
+ driver_opts:
+ sshcmd: "fluidbook@dracula.cubedesigners.com:/data/fluidbook/docs"
+ allow_other: ""
+ password: "Qu2E9uq48bBzsqGiZA"
- '/home/extranet/share/:/application/share/'
- '/data/toolbox/dev/storage/:/application/storage/'
- '/data/extranet/ftp/:/application/ftp/'
- - '/mnt/sshfs/godzilla/data/fluidbook/docs/:/application/protected/fluidbookpublication/docs/'
- '/data/extranet/www/fluidbook/books/working/:/application/protected/fluidbookpublication/working/'
- '/data/extranet/www/fluidbook/books/links/:/application/protected/fluidbookpublication/links/'
- '/home/extranet/www/fluidbook/cache/unzip/:/application/storage/fluidbook/cache/unzip/'
- '/home/extranet/share/:/application/share/'
- '/data/toolbox/dev/storage/:/application/storage/'
- '/data/extranet/ftp/:/application/ftp/'
- - '/mnt/sshfs/godzilla/data/fluidbook/docs/:/application/protected/fluidbookpublication/docs/'
- '/data/extranet/www/fluidbook/books/working/:/application/protected/fluidbookpublication/working/'
- '/data/extranet/www/fluidbook/books/links/:/application/protected/fluidbookpublication/links/'
- '/home/extranet/www/fluidbook/cache/unzip/:/application/storage/fluidbook/cache/unzip/'
- '/home/toolbox/dev/.docker/config/httpd/httpd-dev.conf:/usr/local/apache2/conf/httpd.conf'
# External volume
- 'sshfsusstorage:/application/usstorage:ro'
+ - 'docs:/application/protected/fluidbookpublication/docs:ro'
ports:
- '37127:80'
environment:
sshcmd: "fluidbook@kingkong.cubedesigners.com:/home/fluidbook/data"
allow_other: ""
password: "Qu2E9uq48bBzsqGiZA"
+
+ docs:
+ driver: ucphhpc/sshfs:latest
+ driver_opts:
+ sshcmd: "fluidbook@dracula.cubedesigners.com:/data/fluidbook/docs"
+ allow_other: ""
+ password: "Qu2E9uq48bBzsqGiZA"
- '/home/extranet/share/:/application/share/'
- '/data/toolbox/storage/:/application/storage/'
- '/data/extranet/ftp/:/application/ftp/'
- - '/mnt/sshfs/godzilla/data/fluidbook/docs/:/application/protected/fluidbookpublication/docs/'
- '/data/extranet/www/fluidbook/books/working/:/application/protected/fluidbookpublication/working/'
- '/data/extranet/www/fluidbook/books/links/:/application/protected/fluidbookpublication/links/'
- '/home/extranet/www/fluidbook/cache/unzip/:/application/storage/fluidbook/cache/unzip/'
- '/home/extranet/share/:/application/share/'
- '/data/toolbox/storage/:/application/storage/'
- '/data/extranet/ftp/:/application/ftp/'
- - '/mnt/sshfs/godzilla/data/fluidbook/docs/:/application/protected/fluidbookpublication/docs/'
- '/data/extranet/www/fluidbook/books/working/:/application/protected/fluidbookpublication/working/'
- '/data/extranet/www/fluidbook/books/links/:/application/protected/fluidbookpublication/links/'
- '/home/extranet/www/fluidbook/cache/unzip/:/application/storage/fluidbook/cache/unzip/'
- '/home/toolbox/www/.docker/config/httpd/httpd.conf:/usr/local/apache2/conf/httpd.conf'
# External volume
- 'sshfsusstorage:/application/usstorage:ro'
+ - 'docs:/application/protected/fluidbookpublication/docs:ro'
ports:
- '37126:80'
environment:
sshcmd: "fluidbook@kingkong.cubedesigners.com:/home/fluidbook/data"
allow_other: ""
password: "Qu2E9uq48bBzsqGiZA"
+
+ docs:
+ driver: ucphhpc/sshfs:latest
+ driver_opts:
+ sshcmd: "fluidbook@dracula.cubedesigners.com:/data/fluidbook/docs"
+ allow_other: ""
+ password: "Qu2E9uq48bBzsqGiZA"
docker network create fluidbook-toolbox
docker compose down
docker volume rm fluidbook-toolbox_sshfsusstorage
+docker volume rm fluidbook-toolbox_docs
docker compose up -d
/home/toolbox/www/scripts/fixrights.sh
docker exec -it fluidbook-toolbox /application/scripts/update.sh
if mountpoint -q "/application/protected/fluidbookpublication/docs"; then
:
else
- sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o cache=no -o sshfs_sync -o uid=1002 -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 cache=no -o sshfs_sync -o uid=1002 -o gid=33 -o allow_other root@dracula.cubedesigners.com:/data/fluidbook/docs /application/protected/fluidbookpublication/docs
+ #sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o cache=no -o sshfs_sync -o uid=1002 -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 cache=no -o sshfs_sync -o uid=1002 -o gid=33 -o allow_other root@dracula.cubedesigners.com:/data/fluidbook/docs /application/protected/fluidbookpublication/docs
fi
# Launch PHP