fix: restore backend volume mapping in docker-compose.dev.yml

This commit is contained in:
Tiago Ribeiro 2026-03-09 09:54:22 -03:00
parent 6e7243a21c
commit c68e76b873

View file

@ -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