fix(palmr): update docker-compose to use right environment variable (#188)

This commit is contained in:
Daniel Luiz Alves
2025-06-22 14:10:03 -03:00
committed by GitHub
parent 08273b4a14
commit a5ab5227e6
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ services:
image: kyantech/palmr:latest
environment:
- ENABLE_S3=false
- ENCRYPTION_KEY=${encryption_key}
- ENCRYPTION_KEY=${ENCRYPTION_KEY}
ports:
- "5487"
- "3333"

View File

@@ -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]]