Skip to content

Commit

Permalink
Sprint on profiles and add Keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanow committed Dec 26, 2024
1 parent af9918b commit 52da38b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -39,8 +39,6 @@ services:
depends_on:
postgres:
condition: service_healthy
keycloak:
condition: service_healthy

order-service:
build: ./order-service
Expand All @@ -58,8 +56,6 @@ services:
depends_on:
postgres:
condition: service_healthy
keycloak:
condition: service_healthy

warehouse-service:
build: ./warehouse-service
Expand All @@ -77,8 +73,6 @@ services:
depends_on:
postgres:
condition: service_healthy
keycloak:
condition: service_healthy

warranty-service:
build: ./warranty-service
Expand All @@ -96,8 +90,6 @@ services:
depends_on:
postgres:
condition: service_healthy
keycloak:
condition: service_healthy

volumes:
postgres:

0 comments on commit 52da38b

Please sign in to comment.