To Reproduce
- A Compose project utilizing environment variable files, specifically for my use case with Weblate.
- Overwrite environment variable in dokploy
Current vs. Expected behavior
It's clearly due to a conflict between Dokploy's environment variable injection method and compose projects that directly use environment variable files.
Provide environment information
dokploy version:Version v0.27.1
Which area(s) are affected? (Select all that apply)
Docker Compose
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
I learned about Dokploy's environment variable injection mechanism through Dokploy/website#131. Perhaps we should consider merging the environment variable files?
Will you send a PR to fix it?
No
To Reproduce
Current vs. Expected behavior
It's clearly due to a conflict between Dokploy's environment variable injection method and compose projects that directly use environment variable files.
Provide environment information
Which area(s) are affected? (Select all that apply)
Docker Compose
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
I learned about Dokploy's environment variable injection mechanism through Dokploy/website#131. Perhaps we should consider merging the environment variable files?
Will you send a PR to fix it?
No