Skip to content

Commit

Permalink
chore: Add docker compose configuration for api accessing ingest (#2736)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Jul 6, 2023
1 parent 8cc2c62 commit 6ef3d17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Expand Up @@ -70,6 +70,7 @@ services:
- JWT_AUDIENCE=http://localhost:3340
- JWT_ISSUER=0.0.0.0:3333
- JWT_SECRET=UP 4888, nice 4-8-4 steam engine
# - JWT_DISABLE_AUTH=true # Uncomment this line if you want to disable authentication for the ingest service

api:
image: daschswiss/knora-api:latest
Expand All @@ -95,6 +96,8 @@ services:
- KNORA_WEBAPI_ALLOW_RELOAD_OVER_HTTP=true
- KNORA_WEBAPI_KNORA_API_EXTERNAL_HOST=0.0.0.0
- KNORA_WEBAPI_KNORA_API_EXTERNAL_PORT=3333
- KNORA_WEBAPI_DSP_INGEST_AUDIENCE=http://localhost:3340
- KNORA_WEBAPI_DSP_INGEST_BASE_URL=http://ingest:3340
# - DSP_API_LOG_APPENDER=JSON # if this variable is set, JSON logs are activated locally

networks:
Expand Down

0 comments on commit 6ef3d17

Please sign in to comment.