diff options
| author | Niklas | 2024-11-01 13:56:54 +0100 |
|---|---|---|
| committer | GitHub | 2024-11-01 13:56:54 +0100 |
| commit | 6cdbd35e644727bc01e2e81d5deab82750b463cc (patch) | |
| tree | 52b35d9331cd94b07936265dd54f30d737755164 /deploy/docker-compose.yaml | |
| parent | d258d9081b1ecdd4f6cc51c55ae25c1e2e057423 (diff) | |
feat: Allow configuring basic auth for the rest uri (#75)
Diffstat (limited to 'deploy/docker-compose.yaml')
| -rw-r--r-- | deploy/docker-compose.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/docker-compose.yaml b/deploy/docker-compose.yaml index 4641ca6..2180786 100644 --- a/deploy/docker-compose.yaml +++ b/deploy/docker-compose.yaml @@ -18,6 +18,8 @@ services: APP_KAFKA_GROUP_ID: ${DNPM_KAFKA_GROUP_ID} APP_KAFKA_RESPONSE_TOPIC: ${DNPM_KAFKA_RESPONSE_TOPIC} APP_REST_URI: ${DNPM_BWHC_REST_URI} + APP_REST_USERNAME: ${DNPM_BWHC_REST_USERNAME} + APP_REST_PASSWORD: ${DNPM_BWHC_REST_PASSWORD} APP_SECURITY_ADMIN_USER: ${DNPM_ADMIN_USER} APP_SECURITY_ADMIN_PASSWORD: ${DNPM_ADMIN_PASSWORD} SPRING_DATASOURCE_URL: ${DNPM_DATASOURCE_URL} |
