Skip to content

Commit

Permalink
use docker volume
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Jul 2, 2024
1 parent 39cd508 commit 063a125
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ sipi/tmp-dsp-ingest/

dependencies.txt
/sipi/images/*
/sipi/db/*

.idea/
.metals/
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
volumes:
- ./sipi/images:/opt/images:delegated
- ./sipi/tmp-dsp-ingest:/opt/temp:delegated
- ./sipi/db/:/opt/db:delegated
- ingest-db:/opt/db:delegated
networks:
- knora-net
environment:
Expand Down Expand Up @@ -131,3 +131,4 @@ networks:
volumes:
db-home:
db-import:
ingest-db:
Empty file removed sipi/db/.gitkeep
Empty file.

0 comments on commit 063a125

Please sign in to comment.