✏️ fixed passbolt depends_on
This commit is contained in:
parent
ce9d8e8815
commit
71853d33ae
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ services:
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: ${RESTART_POLICY}
|
restart: ${RESTART_POLICY}
|
||||||
depends_on:
|
depends_on:
|
||||||
- passbolt-db:
|
passbolt-db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
environment:
|
environment:
|
||||||
- APP_FULL_BASE_URL=https://${SUBDOMAIN}.${DOMAIN}
|
- APP_FULL_BASE_URL=https://${SUBDOMAIN}.${DOMAIN}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue