8 Commits

Author SHA1 Message Date
Frank Hamand
046cc3bed6 Minor docker-compose fixes 2017-08-21 18:04:12 +01:00
Nick Romano
0d3b09c058
Persist postgres data between runs using docker-compose 2017-04-27 14:37:08 -07:00
Frank Hamand
ed32dea05f Update to celery 4 2017-03-16 10:33:29 +00:00
Frank Hamand
4d27de5137 Add first-time setup when there are no users in database 2017-03-08 10:52:04 +00:00
Philippe Dupont
06a32cda50 Expose port 5001 for web container
The server is run at port 5001, the container should expose this port and not 5000
2017-02-16 17:00:00 +01:00
Frank Hamand
ec5f6825e2 Add default.env and test.env and multiple docker-compose files to override settings 2017-02-13 14:48:07 +00:00
Frank Hamand
8dd27fb82c Fix all workers running beats
This caused inaccurate timings and some duplicate jobs running. There
should only ever be a single beat service, whereas we were using a dev
feature to run a beat service on all 16 workers
2017-02-09 12:19:40 +00:00
David Buxton
27f65a2eba Docker-compose setup
- Externalise requirements to pip format
- Add entry-point script
- Update Travis-CI configuration
- Fix test data
2016-09-20 10:33:22 +01:00