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: