mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
fix(palmr): update docker-compose to use right environment variable (#188)
This commit is contained in:
committed by
GitHub
parent
08273b4a14
commit
a5ab5227e6
@@ -3,7 +3,7 @@ services:
|
||||
image: kyantech/palmr:latest
|
||||
environment:
|
||||
- ENABLE_S3=false
|
||||
- ENCRYPTION_KEY=${encryption_key}
|
||||
- ENCRYPTION_KEY=${ENCRYPTION_KEY}
|
||||
ports:
|
||||
- "5487"
|
||||
- "3333"
|
||||
|
||||
@@ -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]]
|
||||
Reference in New Issue
Block a user