checkup icon indicating copy to clipboard operation
checkup copied to clipboard

Adds Optional SQLite Docker

Open therealkevinard opened this issue 5 years ago • 2 comments

This PR allows opt-in SQLite support with different build/run commands.

usage:

  • build checkup:sqlite3 with make docker_sqlite
  • start stack with docker-compose -f docker-compose.sqlite3.yml

The d/c stack includes a separate worker, allowing its own entrypoint directive. eg: checkup every 10s, independent of the frontend.
A sqlite config.js is bind-mounted from ./statuspage/js/config_sqlite3.js

The built docker image is larger: 155MB vs the fs-only image's 33.4 MB.

This is to address #140

therealkevinard avatar Oct 09 '20 17:10 therealkevinard

Hey, thanks for the contribution. Could you please just squash the commits so I have a better overview of the proposed change(s) over the multiple commits.

titpetric avatar Oct 09 '20 17:10 titpetric

Of course! :+1:

therealkevinard avatar Oct 09 '20 18:10 therealkevinard