updated docker-compose version

This commit is contained in:
Diego Lendoiro 2018-04-09 14:16:49 +02:00
parent 3a96d723d5
commit c067087f04
2 changed files with 4 additions and 2 deletions

View File

@ -10,13 +10,15 @@ services:
- 3306
passbolt:
image: passbolt/passbolt:develop-debian
image: passbolt/passbolt:2.0.0-debian
tty: true
depends_on:
- db
env_file:
- env/passbolt.env
volumes:
- gpg_volume:/var/www/passbolt/config/gpg
- images_volume:/var/www/passbolt/webroot/img/public
- ./scripts/wait-for.sh:/usr/bin/wait-for.sh
tmpfs:
- /run

2
env/passbolt.env vendored
View File

@ -8,5 +8,5 @@ DATASOURCES_DEFAULT_PASSWORD=P4ssb0lt
DATASOURCES_DEFAULT_DATABASE=passbolt
DATASOURCES_DEFAULT_PORT=3306
# Misc
# Registration
PASSBOLT_REGISTRATION_PUBLIC=true