diff --git a/blueprints/palmr/docker-compose.yml b/blueprints/palmr/docker-compose.yml index 9a49b607..5000310e 100644 --- a/blueprints/palmr/docker-compose.yml +++ b/blueprints/palmr/docker-compose.yml @@ -3,7 +3,7 @@ services: image: kyantech/palmr:latest environment: - ENABLE_S3=false - - ENCRYPTION_KEY=${encryption_key} + - ENCRYPTION_KEY=${ENCRYPTION_KEY} ports: - "5487" - "3333" diff --git a/blueprints/palmr/template.toml b/blueprints/palmr/template.toml index 02986819..ca953375 100644 --- a/blueprints/palmr/template.toml +++ b/blueprints/palmr/template.toml @@ -1,6 +1,5 @@ [variables] main_domain = "${domain}" -encryption_key = "${password:32}" [config] [[config.domains]] @@ -9,5 +8,6 @@ port = 5487 host = "${main_domain}" [config.env] +ENCRYPTION_KEY = "" [[config.mounts]] \ No newline at end of file