fix: umami template

This commit is contained in:
Andras Bacsai
2022-11-08 15:23:18 +01:00
parent b7303a0828
commit de13f65a24
3 changed files with 210 additions and 2 deletions

View File

@@ -238,7 +238,6 @@ async function hasura(service: any, template: any) {
async function umami(service: any, template: any) {
const { postgresqlUser, postgresqlPassword, postgresqlDatabase, umamiAdminPassword, hashSalt } = service.umami
const { id } = service
const secrets = [
`HASH_SALT@@@${hashSalt}`,
`POSTGRES_PASSWORD@@@${postgresqlPassword}`,