3 Commits

Author SHA1 Message Date
Helge Rausch
9b1ed05a5f Fix CRON (#24)
* Use docker-compose to run database setup
* Build sidekiq image in test script
* Fix db migration startup script
* Let Runit deal with services

Sidekiq was started by a blocking script in my_init. This lead to the init process not getting to run Runit, which is in charge of CRON among other things. To fix it, I moved Sidekiq to be run by Runit as well. I also moved the postfix start script, while I was at it.
2022-11-23 15:09:34 +01:00
Helge Rausch
c3eef3525d Fix sidekiq init script (#13)
* Fix sidekiq init script

* Re-evaluate `git clone` if snpr's master changed

* Pass along SNPR_REV env var to docker

* Find out snpr commit hash if not passed in

* Only build "rails" image explicitly

* Make the sidekiq init script work

* Fix migrate init script

* Simplify Dockerfile
2018-01-19 11:18:05 -08:00
Helge Rausch
fa8797c13e Run db migrations; switch to master branch 2015-10-29 09:04:04 +01:00