Skip to content

Commit

Permalink
NOISSUE - Update docker environment variables (#191)
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <[email protected]>
  • Loading branch information
ianmuchyri authored Feb 26, 2024
1 parent 99de6c6 commit d34175f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MG_READER_URL=http://mongodb-reader:9007
MG_THINGS_URL=http://things:9000
MG_USERS_URL=http://users:9002
MG_INVITATIONS_URL=http://invitations:9020
MG_DOMAINS_URL=http://domains:8189
MG_DOMAINS_URL=http://auth:8189
MG_BOOTSTRAP_URL=http://bootstrap:9013
MG_UI_HOST_URL=http://localhost:9095
MG_UI_VERIFICATION_TLS=false
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ services:
- magistrala-ui-db-volume:/var/lib/postgresql/data
environment:
POSTGRES_USER: ${MG_UI_DB_USER}
POSTGRES_PASSWORD: ${MG_UI_DB_PASSWORD}
POSTGRES_PASSWORD: ${MG_UI_DB_PASS}
POSTGRES_DB: ${MG_UI_DB_NAME}
MG_POSTGRES_MAX_CONNECTIONS: ${MG_POSTGRES_MAX_CONNECTIONS}

0 comments on commit d34175f

Please sign in to comment.