chore: update database name in docker-compose.dev.yml

This commit is contained in:
Fanilo-Nantenaina 2026-01-08 15:22:27 +03:00
parent 8a012fc162
commit d78d189606

View file

@ -15,7 +15,7 @@ services:
environment:
ENV: development
DEBUG: "true"
DATABASE_URL: "sqlite+aiosqlite:///./data/sage_dev.db"
DATABASE_URL: "sqlite+aiosqlite:///./data/sage_dataven.db"
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]