-
Notifications
You must be signed in to change notification settings - Fork 126
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
Draft: Resolve "Feature - Improve Docker Compose Self Host Memory Usage/Build Time" #741
Draft: Resolve "Feature - Improve Docker Compose Self Host Memory Usage/Build Time" #741
Conversation
LOT-662 Feature - Improve Docker Compose Self Host Memory Usage/Build Time
### Summary We want to utilize pre-built images in our self-host docker compose (not the dev for now since those images will be actively changing from commit to commit). Therefore we need to publish our custom images in our docker compose to dockerHub or github registery everytime we merge to main (it would be great if we could also use the release tags here as well). Then in the docker-compose prod script we can simply use those images instead of rebuilding them which will be much much faster You will need docker hub/github registery login credentials/ however that can be added at the very end. |
Draft flag cuz it hasn't been tested. |
…mages-with-gh-actions
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.
Probably good to just delete this PR
Closes
Closes LOT-662
Description
Creates images on push to main.