forked from baron/baron-sso
gateway 분리 적용
This commit is contained in:
@@ -82,28 +82,6 @@ services:
|
||||
networks:
|
||||
- baron_net
|
||||
|
||||
gateway:
|
||||
build:
|
||||
context: ./gateway
|
||||
dockerfile: Dockerfile
|
||||
container_name: baron_gateway
|
||||
restart: always
|
||||
ports:
|
||||
- "${USERFRONT_PORT:-5000}:5000"
|
||||
networks:
|
||||
- baron_net
|
||||
- public_net
|
||||
depends_on:
|
||||
backend:
|
||||
condition: service_healthy
|
||||
userfront:
|
||||
condition: service_healthy
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO-", "http://127.0.0.1:5000/"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
start_period: 10s
|
||||
userfront:
|
||||
build:
|
||||
context: ./userfront
|
||||
|
||||
Reference in New Issue
Block a user