mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-07 08:54:04 +01:00
boilerplates
This commit is contained in:
parent
21e1b8e26b
commit
3ed05d5935
@ -1,4 +1,10 @@
|
||||
version: '3.9'
|
||||
|
||||
volumes:
|
||||
passbolt-db:
|
||||
passbolt-gpg:
|
||||
passbolt-jwt:
|
||||
|
||||
services:
|
||||
db:
|
||||
image: mariadb:10.3
|
||||
@ -9,7 +15,7 @@ services:
|
||||
MYSQL_USER: $MYSQL_USER
|
||||
MYSQL_PASSWORD: $MYSQL_PASSWORD
|
||||
volumes:
|
||||
- database_volume:/var/lib/mysql
|
||||
- passbolt-db:/var/lib/mysql
|
||||
|
||||
passbolt:
|
||||
image: passbolt/passbolt:latest-ce
|
||||
@ -34,17 +40,12 @@ services:
|
||||
# EMAIL_TRANSPORT_DEFAULT_PASSWORD: $EMAIL_TRANSPORT_DEFAULT_PASSWORD
|
||||
# EMAIL_TRANSPORT_DEFAULT_TLS: true
|
||||
volumes:
|
||||
- gpg_volume:/etc/passbolt/gpg
|
||||
- jwt_volume:/etc/passbolt/jwt
|
||||
- passbolt-gpg:/etc/passbolt/gpg
|
||||
- passbolt-jwt:/etc/passbolt/jwt
|
||||
command: ["/usr/bin/wait-for.sh", "-t", "0", "db:3306", "--", "/docker-entrypoint.sh"]
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
# Alternatively for non-root images:
|
||||
# - 80:8080
|
||||
# - 443:4433
|
||||
|
||||
volumes:
|
||||
database_volume:
|
||||
gpg_volume:
|
||||
jwt_volume:
|
||||
# - 443:4433
|
Loading…
Reference in New Issue
Block a user