-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Docker Compose deployment, .env file not found #2338
Comments
The next version will have a fix. Coolfiy will automatically add `--project-directory` to the custom commands (if it does not exists) to make sure the context is correct. |
Thanks for the quick fix man, waiting for the next release 👀 |
This is not working for me. This is my build command: docker compose --env-file .env --env-file .env.prod -f docker-compose.yaml -f docker-compose.prod.yaml build Is there an issue with my command or is Coolify not working? Running this on my system directly works without issues. I can upload the docker-compose.yaml files if that helps. |
@enesbala5 If this is still an issue please file a new bug report Issue for that with a sample compose file. |
Description
I got the following error while deploying using Docker Compose deployment. Previously, there were no issues but I think something has changed since.
Minimal Reproduction (if possible, example repository)
Since the repository is private, I can't give the URL, but here is my Docker Compose file.
Custom build command:
Custom start command:
Exception or Error
Version
v4.0.0-beta.293
The text was updated successfully, but these errors were encountered: