Skip to content

Commit

Permalink
add docker compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Jul 5, 2023
1 parent 8cc2c62 commit 54a4120
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
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

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 54a4120

Please sign in to comment.