Skip to content

Commit

Permalink
Uncomment preseed docker env variables (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines authored Apr 16, 2024
1 parent bb8db3e commit a807610
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://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"
# 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 a807610

Please sign in to comment.