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:
|
||||
context: .
|
||||
dockerfile: ./backend.Dockerfile
|
||||
depends_on:
|
||||
- db
|
||||
ports:
|
||||
- '2002:2002'
|
||||
db:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue