Replies: 2 comments 1 reply
-
Try using |
Beta Was this translation helpful? Give feedback.
1 reply
-
That is not expected to work as there is no env interpolation happen in quadlet, see |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to reuse environment variables, such that I define them once in the env file and reference them multiple times in other containers.
This would be the docker-compose version
The corresponding .env file:
My approach using quadlet
But this does not work as postgres complain that no password is set. How would i solve this?
Beta Was this translation helpful? Give feedback.
All reactions