Skip to content

Commit

Permalink
add depends_on in fala service
Browse files Browse the repository at this point in the history
  • Loading branch information
MazOneTwoOne committed May 20, 2024
1 parent e97c090 commit 48a6ab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion behave/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ services:
- seleniumchrome
- clasocketserver
- fala
- fala_db
- prev_db
- clabackendooh
- clabackendsecurity
Expand Down Expand Up @@ -249,6 +248,8 @@ services:
CLA_ENV: dev
DB_PORT: "5440"
DB_HOST: "fala_db"
depends_on:
- fala_db

fala_db:
image: postgres:16.3
Expand Down

0 comments on commit 48a6ab4

Please sign in to comment.