[Improvement]: Allow us to add custom Dockerfiles to docker compose and service deployments #3156
peaklabs-dev
started this conversation in
Improvement Requests
Replies: 2 comments
-
|
I am using a command like this to build the images: docker compose --env-file .env --env-file .env.prod -f docker-compose.yaml -f docker-compose.prod.yaml build I am not sure if it's useful for you until the feature is implemented to the interface. You can also create a script and call it directly. Like the one below: cd bin && ./deploy.sh prod build and cd bin && ./deploy.sh prod up -d |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Same thing the other way around would also be nice:
|
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.
-
Description
At the moment when we want to modife the default docker image bein used in service deplyment or when using a docker compose file we have to build our own image and upload it to docker hub or upload a dockerifle onto the right folder in the server. This all is too complex
Minimal Reproduction (if possible, example repository)
Ther should be a way that we can add a docker compose file with the folwoing information for exmaple:
And then in the deployment tab for all services and all docker compose deployments there is a field where we can add a custom dockerfile -> and also a checkbox we have to check if we want to use the costume dockerfile.
Steps to implement:
Exception or Error
No response
Version
Beta Was this translation helpful? Give feedback.
All reactions