Build step for Docker / Docker-compose deploys
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 37.4k
- Forks
- 3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 73
Description
What problem will this feature address?
For now it seems there's no way to run a "pre-build" step to build the docker images before running the docker-compose file, it would be practical so we could directly add a repo like this for instance https://github.com/highlight/highlight
Describe the solution you'd like
Be able to have a build step before running the docker-compose file
Describe alternatives you've considered
Do a build in Github actions, push the images somewhere, and retrieve them from Dokploy
Additional context
No response
Will you send a PR to implement it?
No
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named in the issue. Start by tracing Dokploy's Docker Compose deployment flow and locate where image builds and Compose execution are coordinated. Done means a deployment can run a configurable image-build step before the Docker Compose file is run, with the existing deployment path still working.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, typescript
- Domain
- build-system, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100