Skip to content

Commit

Permalink
Use new preseed links to init data in local db (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines authored Apr 9, 2024
1 parent 518de4e commit bb8db3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ services:
PROJECT_EMAIL_MAILBOX: INBOX
BLOG: https://mampf.blog
# uncomment DB_SQL_PRESEED_URL and UPLOADS_PRESEED_URL to enable db preseeding
# DB_SQL_PRESEED_URL: "https://heibox.uni-heidelberg.de/d/6fb4a9d2e7f54d8b9931/files/?p=%2F20220923120841_mampf.sql&dl=1"
# UPLOADS_PRESEED_URL: "https://heibox.uni-heidelberg.de/f/1c4804dcd78446139fd9/?dl=1"
DB_SQL_PRESEED_URL: "https://github.com/MaMpf-HD/mampf-init-data/raw/main/data/20220923120841_mampf.sql"
UPLOADS_PRESEED_URL: "https://github.com/MaMpf-HD/mampf-init-data/raw/main/data/uploads.zip"
volumes:
- type: bind
source: ../../
Expand Down

0 comments on commit bb8db3e

Please sign in to comment.