Skip to content

Commit

Permalink
feat: Provide DSP_API_URL to ingest in docker-compose.yml (DEV-3832) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
siers authored Sep 12, 2024
1 parent 270b99e commit e1d7fee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ services:
- SIPI_USE_LOCAL_DEV=false
- ALLOW_ERASE_PROJECTS=true
- 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
- DSP_API_URL=http://host.docker.internal:3333
# - JWT_DISABLE_AUTH=true # Uncomment this line if you want to disable authentication for the ingest service
deploy:
resources:
limits:
Expand Down

0 comments on commit e1d7fee

Please sign in to comment.