chore: update database name in docker-compose.dev.yml
This commit is contained in:
parent
8a012fc162
commit
d78d189606
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue