Skip to content
Snippets Groups Projects
Commit c7fbbe78 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'add-db-condition' into 'master'

docker-compose: add condition for db service

See merge request !5
parents 38af25d1 4a343ab2
Branches
No related tags found
1 merge request!5docker-compose: add condition for db service
......@@ -46,7 +46,8 @@ services:
# --- 8< --- {{CUTTER_NO_DATABASE}} --- 8< ---
depends_on:
- {{APP_NAME}}-db-server
{{APP_NAME}}-db-server:
condition: service_healthy
# ----- mariadb
{{APP_NAME}}-db-server:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment