fix: restore backend volume mapping in docker-compose.dev.yml
This commit is contained in:
parent
6e7243a21c
commit
c68e76b873
1 changed files with 1 additions and 2 deletions
|
|
@ -28,8 +28,7 @@ services:
|
|||
- DB_URL=postgres://postgres:123@db:5432/saveinmed?sslmode=disable
|
||||
- PORT=8522
|
||||
volumes:
|
||||
- .:/app
|
||||
command: air -c backend/.air.toml
|
||||
- ./backend:/app
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Reference in a new issue