Branch: refs/heads/add-docker-compose
Home: https://github.com/OpenGuides/OpenGuides
Commit: 9b13eb93422bfd3598c9123df438149ce5a3b07d
https://github.com/OpenGuides/OpenGuides/commit/9b13eb93422bfd3598c9123df43…
Author: bob walker <bob(a)randomness.org.uk>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
A docker-compose.env
A docker-compose.yml
Log Message:
-----------
Add configuration for docker compose
This is so people can test the site with a database such as mysql instead of
sqlite.
Branch: refs/heads/add-dockerignore
Home: https://github.com/OpenGuides/OpenGuides
Commit: b2a02bd9232ae0e408fc20b5fe8ee13880dc96be
https://github.com/OpenGuides/OpenGuides/commit/b2a02bd9232ae0e408fc20b5fe8…
Author: bob walker <bob(a)randomness.org.uk>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
A .dockerignore
M .gitignore
Log Message:
-----------
Ignore docker/db in git and docker
This directory is where docker-compose keeps database data. This doesnt need to
be checked in or sent to the docker daemon. We make the dockerignore the same
as the gitignore for simplicity.