Skip to content

Commit

Permalink
use prefixed url for db
Browse files Browse the repository at this point in the history
  • Loading branch information
dreth committed Jul 27, 2024
1 parent 9e96ab6 commit e17f07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
restart: always
environment:
- DB_TYPE=sqlite
- DATABASE_URL=/app/data/hbd.db
- DATABASE_URL=sqlite3:///app/data/hbd.db
- MASTER_KEY=35e150e7ca83247f18cb1a37d61d8e161dddec06027f5db009b34da48c25f1b5
- PORT=8418
- ENVIRONMENT=production
Expand Down

0 comments on commit e17f07b

Please sign in to comment.