File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,7 @@ version: '3.8'
7
7
services :
8
8
passbolt :
9
9
image : passbolt/passbolt:${VERSION:-4.9.1-1-ce}
10
- command :
11
- - /bin/sh
12
- - -c
13
- - |
14
- chown -R 33:33 /var/www/passbolt/
15
- /usr/bin/wait-for.sh -t 0 mariadb:3306 -- /docker-entrypoint.sh
10
+ command : " /usr/bin/wait-for.sh -t 0 mariadb:3306 -- /docker-entrypoint.sh"
16
11
environment :
17
12
- APP_FULL_BASE_URL=${SCHEME:-https}://${DOMAIN:-passbolt.localhost}
18
13
- DATASOURCES_DEFAULT_HOST=mariadb
@@ -27,10 +22,9 @@ services:
27
22
- EMAIL_TRANSPORT_DEFAULT_USERNAME=${SMTP_USER}
28
23
- EMAIL_TRANSPORT_DEFAULT_PASSWORD=${SMTP_PASSWORD}
29
24
- EMAIL_TRANSPORT_DEFAULT_TLS=${SMTP_TLS:-true}
30
- tmpfs :
31
- - /run
32
25
volumes :
33
26
- ${VOLUME_PATH}gpg:/etc/passbolt/gpg
27
+ - ${VOLUME_PATH}jwt:/etc/passbolt/jwt
34
28
deploy :
35
29
labels :
36
30
- traefik.enable=true
@@ -44,7 +38,7 @@ services:
44
38
- traefik
45
39
46
40
mariadb :
47
- image : mariadb:10.5.9
41
+ image : mariadb:${MARIADB_VERSION:- 10.5.9}
48
42
volumes :
49
43
- ${VOLUME_PATH}mariadb:/var/lib/mysql:cached
50
44
environment :
@@ -56,8 +50,9 @@ services:
56
50
- internal
57
51
58
52
volumes :
59
- gpg :
60
53
mariadb :
54
+ gpg :
55
+ jwt :
61
56
62
57
networks :
63
58
internal :
You can’t perform that action at this time.
0 commit comments