-
Notifications
You must be signed in to change notification settings - Fork 247
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
Optional sql support for Docker/Docker-Compose #140
Comments
therealkevinard
pushed a commit
to therealkevinard/checkup
that referenced
this issue
Oct 9, 2020
adds optional dockerfile and docker-compose with sqlite support/config. adds make target for alternate build. addresses sourcegraph#140
Could you build this with alpine, both for the builder and the final images? |
therealkevinard
pushed a commit
to therealkevinard/checkup
that referenced
this issue
Oct 9, 2020
adds optional dockerfile and docker-compose with sqlite support/config. adds make target for alternate build. addresses sourcegraph#140
therealkevinard
pushed a commit
to therealkevinard/checkup
that referenced
this issue
Oct 9, 2020
adds optional dockerfile and docker-compose with sqlite support/config. adds make target for alternate build. addresses sourcegraph#140
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sqlite support does require a larger image and build time, but certainly has its benefits vs fs.
The repository should provide optional support for smoother on-boarding for those who prefer a sql-backed solution.
The text was updated successfully, but these errors were encountered: