From 52da38b7ca70bffd68c12e4c3180311c1189fe62 Mon Sep 17 00:00:00 2001 From: romanow Date: Fri, 27 Dec 2024 01:23:09 +0300 Subject: [PATCH] Sprint on profiles and add Keycloak --- docker-compose.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 91eddd6..1d4118a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ x-common-envs: &common-envs environment: - SPRING_PROFILES_ACTIVE: docker - OAUTH2_SECURITY_ENABLED: false + SPRING_PROFILES_ACTIVE: docker,auth0 + OAUTH2_SECURITY_ENABLED: true TRACING_ENABLED: false services: @@ -39,8 +39,6 @@ services: depends_on: postgres: condition: service_healthy - keycloak: - condition: service_healthy order-service: build: ./order-service @@ -58,8 +56,6 @@ services: depends_on: postgres: condition: service_healthy - keycloak: - condition: service_healthy warehouse-service: build: ./warehouse-service @@ -77,8 +73,6 @@ services: depends_on: postgres: condition: service_healthy - keycloak: - condition: service_healthy warranty-service: build: ./warranty-service @@ -96,8 +90,6 @@ services: depends_on: postgres: condition: service_healthy - keycloak: - condition: service_healthy volumes: postgres: