chore: docker compose update
api container depends on db container
This commit is contained in:
parent
d0190cef23
commit
468b371587
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./backend.Dockerfile
|
dockerfile: ./backend.Dockerfile
|
||||||
|
depends_on:
|
||||||
|
- db
|
||||||
ports:
|
ports:
|
||||||
- '2002:2002'
|
- '2002:2002'
|
||||||
db:
|
db:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue