Changed: removed tmpfs mount and point persistence volumes to correct
dirs in docker-compose
This commit is contained in:
parent
f622dd571b
commit
5a8fd286be
|
|
@ -17,11 +17,9 @@ services:
|
||||||
env_file:
|
env_file:
|
||||||
- env/passbolt.env
|
- env/passbolt.env
|
||||||
volumes:
|
volumes:
|
||||||
- gpg_volume:/var/www/passbolt/config/gpg
|
- gpg_volume:/etc/passbolt/gpg
|
||||||
- images_volume:/var/www/passbolt/webroot/img/public
|
- images_volume:/usr/share/php/passbolt/webroot/img/public
|
||||||
- ./license:/var/www/passbolt/config/license
|
- ./license:/etc/passbolt/license
|
||||||
tmpfs:
|
|
||||||
- /run
|
|
||||||
command: ["/usr/bin/wait-for.sh", "-t", "0", "db:3306", "--", "/docker-entrypoint.sh"]
|
command: ["/usr/bin/wait-for.sh", "-t", "0", "db:3306", "--", "/docker-entrypoint.sh"]
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ services:
|
||||||
env_file:
|
env_file:
|
||||||
- env/passbolt.env
|
- env/passbolt.env
|
||||||
volumes:
|
volumes:
|
||||||
- gpg_volume:/var/lib/passbolt/.gnupg
|
- gpg_volume:/etc/passbolt/gpg
|
||||||
- images_volume:/usr/share/php/passbolt/webroot/img/public
|
- images_volume:/usr/share/php/passbolt/webroot/img/public
|
||||||
command: ["/usr/bin/wait-for.sh", "-t", "0", "db:3306", "--", "/docker-entrypoint.sh"]
|
command: ["/usr/bin/wait-for.sh", "-t", "0", "db:3306", "--", "/docker-entrypoint.sh"]
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue