-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Docker-Compose-dev.yml #562
Comments
Could you please elaborate? The current Dockerfile is for use with Goreleaser for releasing Docker images. And, the docker-compose file is for running demo and production instances by pulling the latest release from DockerHub. Have you followed the developer setup guide? @mr-karan would it make sense to have dev definitions in the docker-compose file that offers Node, Go, yarn etc. in a dev image that mounts the local file system? Not sure how this would work. Keep |
We can explore using Caveat: This is relatively a newer feature launched in 1.28.0 (https://docs.docker.com/compose/release-notes/#1280) and people would need to have updated So yeah, given that limitation, ^ either we can take a call on not supporting older version or have a separate |
unfortunately i don't have much experience with go development. That there are profiles was not known to me because in my company always different files are used for it. I find that also clearer. Developing this with a Docker file would have the advantage that you do not have to "install" it on your system. I have not seen the DEV setup yet. Maybe I'll manage to write a Docker Compose Dev and show them what I wanted to achieve with it. |
Thanks. Please do read the contribution guidelines @Zusel.
@mr-karan sounds like it's simpler to do this. Also, why create a new .yml file when the two dev blocks could just be a part of the existing file? |
For a very simple reason (and we have the issues history to back this claim) that a lot of users simply run |
Yep, fair point. |
@mr-karan would you be able to look into this? |
Ah, got busy and lost track of this. I'll try pushing this in next couple of days. |
Good day,
could you add a docker-compose-dev.yml?
I wanted to try my luck with IMAP and bounce.
Unfortunately, some things in your project are not clear to me and that's why I can't manage to start it (file paths are not correct in your Dockerfile). So that I can develop myself I would ask you to write a Docker-Compose which builds the Dockerfile.
The text was updated successfully, but these errors were encountered: