Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add sqlite to localdev setup of ingest #3304

Merged
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
services:

app:
image: daschswiss/dsp-app:v11.11.0
ports:
Expand Down Expand Up @@ -69,6 +68,7 @@ services:
volumes:
- ./sipi/images:/opt/images:delegated
- ./sipi/tmp-dsp-ingest:/opt/temp:delegated
- ingest-db:/opt/db:delegated
networks:
- knora-net
environment:
Expand All @@ -82,7 +82,8 @@ services:
- JWT_SECRET=UP 4888, nice 4-8-4 steam engine
- SIPI_USE_LOCAL_DEV=false
- ALLOW_ERASE_PROJECTS=true
# - JWT_DISABLE_AUTH=true # Uncomment this line if you want to disable authentication for the ingest service
- DB_JDBC_URL=jdbc:sqlite:/opt/db/ingest.sqlite
# - JWT_DISABLE_AUTH=true # Uncomment this line if you want to disable authentication for the ingest service
deploy:
resources:
limits:
Expand Down Expand Up @@ -130,3 +131,4 @@ networks:
volumes:
db-home:
db-import:
ingest-db:
Loading