Skip to content

Commit

Permalink
NOISSUE - Update UI service env variables (#2105)
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <[email protected]>
  • Loading branch information
ianmuchyri authored Mar 4, 2024
1 parent 0f05c10 commit 2be34c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ MG_USERS_DB_SSL_ROOT_CERT=
MG_USERS_RESET_PWD_TEMPLATE=users.tmpl
MG_USERS_INSTANCE_ID=
MG_USERS_ALLOW_SELF_REGISTER=true
MG_OAUTH_UI_REDIRECT_URL="http://localhost:9095/domains"
MG_OAUTH_UI_REDIRECT_URL="http://localhost:9095/tokens/secure"
MG_OAUTH_UI_ERROR_URL="http://localhost:9095/error"

### Email utility
Expand Down Expand Up @@ -275,6 +275,8 @@ MG_UI_DB_SSL_MODE=disable
MG_UI_DB_SSL_CERT=
MG_UI_DB_SSL_KEY=
MG_UI_DB_SSL_ROOT_CERT=
MG_UI_HASH_KEY=5jx4x2Qg9OUmzpP5dbveWQ
MG_UI_BLOCK_KEY=UtgZjr92jwRY6SPUndHXiyl9QY8qTUyZ

## Addons Services
### Bootstrap
Expand Down
4 changes: 3 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,9 @@ services:
MG_GOOGLE_CLIENT_ID: ${MG_GOOGLE_CLIENT_ID}
MG_GOOGLE_CLIENT_SECRET: ${MG_GOOGLE_CLIENT_SECRET}
MG_GOOGLE_REDIRECT_URL: ${MG_GOOGLE_REDIRECT_URL}
MG_GOOGLE_STATE: ${MG_GOOGLE_STATE}
MG_GOOGLE_STATE: ${MG_GOOGLE_STATE}
MG_UI_HASH_KEY: ${MG_UI_HASH_KEY}
MG_UI_BLOCK_KEY: ${MG_UI_BLOCK_KEY}
ports:
- ${MG_UI_PORT}:${MG_UI_PORT}
networks:
Expand Down

0 comments on commit 2be34c4

Please sign in to comment.