forked from baron/baron-sso
feat: integrate orgfront and expose internal ids
This commit is contained in:
@@ -57,6 +57,20 @@ services:
|
||||
networks:
|
||||
- baron_net
|
||||
|
||||
orgfront:
|
||||
image: ${ORGFRONT_IMAGE_NAME}:${IMAGE_TAG}
|
||||
container_name: baron_orgfront
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- APP_ENV=stage
|
||||
- API_PROXY_TARGET=http://baron_backend:3000
|
||||
ports:
|
||||
- "${ORGFRONT_PORT:-5175}:5175"
|
||||
networks:
|
||||
- baron_net
|
||||
|
||||
userfront:
|
||||
image: ${USERFRONT_IMAGE_NAME}:${IMAGE_TAG}
|
||||
container_name: baron_userfront
|
||||
|
||||
Reference in New Issue
Block a user