How to alias environment variables? #1337
Unanswered
guillaumebriday
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documentation specifies that tags can be used to assign additional variables to particular hosts: https://kamal-deploy.org/docs/configuration/environment-variables/.
However, I need to use a specific name for my environment variable because the PostgreSQL container requires it—in my case,
POSTGRES_PASSWORD
.I intend to deploy two PostgreSQL instances, each with a different password, while keeping the environment variable name consistent.
Below is a simplified version of my deployment configuration file:
Do you know if it possible?
Beta Was this translation helpful? Give feedback.
All reactions