diff --git a/apps/umami/.env b/apps/umami/.env index 196f1bf7a..eee18e82b 100644 --- a/apps/umami/.env +++ b/apps/umami/.env @@ -1,7 +1,7 @@ W9_DIST='community' -W9_REPO=ghcr.io/umami-software/umami -W9_VERSION='latest' -W9_POWER_PASSWORD='z!FaZ43XwGySIG8a' +W9_REPO=umamisoftware/umami +W9_VERSION='3.0.3' +W9_POWER_PASSWORD='2F!XSIah4D5zhW5P' #### -- Not allowed to edit below environments when recreate app based on existing data -- #### W9_ID='umami' W9_HTTP_PORT=3000 @@ -10,7 +10,7 @@ W9_URL='appname.example.com' W9_LOGIN_USER=admin W9_LOGIN_PASSWORD=umami W9_DB_EXPOSE="postgresql" -W9_RCODE='0hF9UKmxIDNof' +W9_RCODE='2GZ5ITB00lhq5' W9_NETWORK=websoft9 #### --------------------------------------------------------------------------------------- #### diff --git a/apps/umami/docker-compose.yml b/apps/umami/docker-compose.yml index ddacf64a8..97f1ca4b1 100644 --- a/apps/umami/docker-compose.yml +++ b/apps/umami/docker-compose.yml @@ -5,7 +5,7 @@ version: '3.8' services: umami: - image: $W9_REPO:postgresql-$W9_VERSION + image: $W9_REPO:$W9_VERSION container_name: $W9_ID env_file: - .env diff --git a/apps/umami/variables.json b/apps/umami/variables.json index f4f8e826e..3a17e199f 100644 --- a/apps/umami/variables.json +++ b/apps/umami/variables.json @@ -8,7 +8,7 @@ { "dist": "community", "version": [ - "3.0.1", + "3.0.3", "latest" ] }