chore: rename database file from askedout.db to lovelope.db
Publish Docker image / build-and-push (push) Successful in 3m34s

Leftover naming from before the app was renamed to lovelope. Renamed
the local data/askedout.db file to data/lovelope.db to match (data/
is gitignored, so this doesn't touch version control).
This commit is contained in:
2026-07-30 15:46:21 +02:00
parent c36d146fef
commit 5ca66f3ed7
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ services:
ports:
- "3000:3000"
environment:
DATABASE_URL: "file:/app/data/askedout.db"
DATABASE_URL: "file:/app/data/lovelope.db"
APP_URL: "http://localhost:3000"
NODE_ENV: "development"
GIPHY_API_KEY: "${GIPHY_API_KEY:-}"