diff --git a/apps/discourse/.env b/apps/discourse/.env index 00994159..296d58b1 100644 --- a/apps/discourse/.env +++ b/apps/discourse/.env @@ -1,6 +1,6 @@ -W9_POWER_PASSWORD='4hmY5JqWZnwm!rOJ' +W9_POWER_PASSWORD='#x1od1J6q7QfGQE#' W9_REPO=docker.io/bitnami/discourse -W9_VERSION='3.3.2' +W9_VERSION='3.3.3' W9_DIST='community' #### -- Not allowed to edit below environments when recreate app based on existing data -- #### @@ -10,7 +10,7 @@ W9_HTTP_PORT_SET='9001' W9_LOGIN_USER=admin W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD W9_DB_EXPOSE="postgresql" -W9_RCODE='r2LWJUmxrtIdi' +W9_RCODE='bKuYH11HxgS7e' # This URL must use domain, discourse don't allowed IP access W9_URL='appname.example.com' W9_URL_REPLACE=true diff --git a/apps/discourse/variables.json b/apps/discourse/variables.json index dd10a985..1e17f3ea 100644 --- a/apps/discourse/variables.json +++ b/apps/discourse/variables.json @@ -8,7 +8,7 @@ { "dist": "community", "version": [ - "3.3.2", + "3.3.3", "latest" ] }