diff --git a/dev/docker-compose-with-logging-and-redis.yml b/dev/docker-compose-with-logging-and-redis.yml index 45af506b..433fdc32 100644 --- a/dev/docker-compose-with-logging-and-redis.yml +++ b/dev/docker-compose-with-logging-and-redis.yml @@ -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