forked from baron/baron-sso
배포용 compose 파일
This commit is contained in:
@@ -2,7 +2,7 @@ name: baron-sso
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
image: reg.hmac.kr/baron_sso/backend:v1.2601.1-RC1
|
image: ${BACKEND_IMAGE_NAME}:${IMAGE_TAG}
|
||||||
container_name: baron_backend
|
container_name: baron_backend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
@@ -30,7 +30,7 @@ services:
|
|||||||
- baron_net
|
- baron_net
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: reg.hmac.kr/baron_sso/frontend:v1.2601.1-RC1
|
image: ${FRONTEND_IMAGE_NAME}:${IMAGE_TAG}
|
||||||
container_name: baron_frontend
|
container_name: baron_frontend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
Reference in New Issue
Block a user