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:
|
environment:
|
||||||
ENV: development
|
ENV: development
|
||||||
DEBUG: "true"
|
DEBUG: "true"
|
||||||
DATABASE_URL: "sqlite+aiosqlite:///./data/sage_dev.db"
|
DATABASE_URL: "sqlite+aiosqlite:///./data/sage_dataven.db"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
|
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue