fix idp on started
This commit is contained in:
@@ -59,8 +59,8 @@ services:
|
||||
MINIO_ROOT_USER: ${MINIO_ROOT_USER:-minioadmin}
|
||||
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD:-minioadmin}
|
||||
ports:
|
||||
- "9000:9000"
|
||||
- "9001:9001"
|
||||
- "127.0.0.1:9000:9000"
|
||||
- "127.0.0.1:9001:9001"
|
||||
volumes:
|
||||
- minio_data:/data
|
||||
healthcheck:
|
||||
@@ -137,7 +137,7 @@ services:
|
||||
MINIO_USE_SSL: ${MINIO_USE_SSL:-false}
|
||||
PUBLIC_API_URL: ${PUBLIC_API_URL:-http://localhost:3000}
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "127.0.0.1:3000:3000"
|
||||
depends_on:
|
||||
sso-core:
|
||||
condition: service_healthy
|
||||
@@ -163,7 +163,7 @@ services:
|
||||
RABBITMQ_URL: amqp://${RABBITMQ_DEFAULT_USER:-lendry}:${RABBITMQ_DEFAULT_PASS:-lendry_password}@rabbitmq:5672/
|
||||
JWT_ACCESS_SECRET: ${JWT_ACCESS_SECRET:-docker-access-secret}
|
||||
ports:
|
||||
- "8085:8085"
|
||||
- "127.0.0.1:8085:8085"
|
||||
depends_on:
|
||||
redis:
|
||||
condition: service_healthy
|
||||
@@ -210,7 +210,7 @@ services:
|
||||
NEXT_PUBLIC_API_URL: ${PUBLIC_API_URL:-http://localhost:3000}
|
||||
NEXT_PUBLIC_WS_URL: ${PUBLIC_WS_URL:-ws://localhost:8085/ws}
|
||||
ports:
|
||||
- "3002:3000"
|
||||
- "127.0.0.1:3002:3000"
|
||||
depends_on:
|
||||
api-gateway:
|
||||
condition: service_healthy
|
||||
@@ -240,7 +240,7 @@ services:
|
||||
NEXT_PUBLIC_API_URL: ${PUBLIC_API_URL:-http://localhost:3000}
|
||||
INTERNAL_API_URL: http://api-gateway:3000
|
||||
ports:
|
||||
- "3003:3000"
|
||||
- "127.0.0.1:3003:3000"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "node -e \"fetch('http://localhost:3000/docs').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))\""]
|
||||
interval: 10s
|
||||
|
||||
Reference in New Issue
Block a user