Skip to content

Commit

Permalink
Fix docker test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
joodie committed Jan 8, 2025
1 parent 0b23ff7 commit be91de1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/docker-compose-with-logging-and-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ services:
- "8081:8080"
environment:
OOAPI_TEST_BACKEND_URL: http://test-backend/
REDIS_HOST: redis
REDIS_PORT: 6379
SECRETS_KEY_FILE: config/test-secret.txt
links:
- redis
- test-backend
Expand Down

0 comments on commit be91de1

Please sign in to comment.