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
|
- DB_URL=postgres://postgres:123@db:5432/saveinmed?sslmode=disable
|
||||||
- PORT=8522
|
- PORT=8522
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- ./backend:/app
|
||||||
command: air -c backend/.air.toml
|
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue