- Notifications
You must be signed in to change notification settings - Fork926
chore: documentdocker-compose
development workflow#16618
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Signed-off-by: Danny Kopping <danny@coder.com>
johnstcn left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I think ideally for this workflow we'd use a multi-stage build process to build the coder binary inside a container and then add that from the intermediate stage. Big change though.
833ca53
intomainUh oh!
There was an error while loading.Please reload this page.
I recently needed to setup HA on my workspace, and
docker-compose
was the easiest way to test my changes. It was not trivial to get this working, so I've documented my steps.