Skip to content

Commit

Permalink
Merge pull request #1014 from Websoft9/update-suitecrm-4fe39cab
Browse files Browse the repository at this point in the history
Update suitecrm
  • Loading branch information
qiaofeng1227 authored Dec 2, 2024
2 parents 41cac49 + 6882065 commit 284105a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions apps/suitecrm/.env
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
W9_REPO=bitnami/suitecrm
W9_DIST=community
W9_VERSION=8.7.0
W9_POWER_PASSWORD=spJNF09yzwWJaG!

W9_ID=suitecrm
W9_HTTP_PORT_SET=9001
W9_DIST='community'
W9_VERSION='8.7.1'
W9_POWER_PASSWORD='M!yp472aUuEhII5y'
W9_ID='suitecrm'
W9_HTTP_PORT_SET='9001'
W9_HTTP_PORT=8080
W9_LOGIN_USER=admin
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD
W9_DB_EXPOSE="mariadb"
W9_URL_REPLACE=false
W9_URL=appname.example.com
W9_URL='appname.example.com'
W9_NETWORK=websoft9

# Below envs is from Bitnami SuiteCRM
Expand All @@ -20,4 +19,4 @@ SUITECRM_DATABASE_USER=suitecrm
SUITECRM_DATABASE_NAME=suitecrm
SUITECRM_DATABASE_PASSWORD=$W9_LOGIN_PASSWORD
SUITECRM_USERNAME=$W9_LOGIN_USER
SUITECRM_PASSWORD=$W9_LOGIN_PASSWORD
SUITECRM_PASSWORD=$W9_LOGIN_PASSWORD
2 changes: 1 addition & 1 deletion apps/suitecrm/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"dist": "community",
"version": [
"8.7.0",
"8.7.1",
"latest"
]
}
Expand Down

0 comments on commit 284105a

Please sign in to comment.