Skip to content

Commit

Permalink
ajout de la dépendance à la base de données
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheGeek committed Feb 1, 2024
1 parent ca56375 commit c1a5f95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ services:
- OPENSTACK_PROJECT_NAME="admin"
- OPENSTACK_USER_DOMAIN_ID="default"
- OPENSTACK_PROJECT_DOMAIN_ID="default"
depends_on:
- vdi-db

vdi-scheduler:
image: vdi-scheduler:latest
Expand All @@ -38,6 +40,8 @@ services:
- OPENSTACK_PROJECT_NAME="admin"
- OPENSTACK_USER_DOMAIN_ID="default"
- OPENSTACK_PROJECT_DOMAIN_ID="default"
depends_on:
- vdi-db

vdi-db:
image: mariadb:10.11.4
Expand Down

0 comments on commit c1a5f95

Please sign in to comment.