Replies: 1 comment
-
Nevermind Found the solution just need to replace environment:
with env_file: |
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 am trying to deploy a backend server ( Node JS & MYSQL) using Docker Compose there are certain secret keys I don't want to add to the Docker Compose config directly. I tried adding some placeholder values and expected it to get overridden by the interface's Environment Variables but I think Compose.yml file environment variables are getting preference over them. I would appreciate any corrections or suggestions to make it work.
Beta Was this translation helpful? Give feedback.
All reactions