Commit graph

10 commits

Author SHA1 Message Date
Mouse Reeve 585c71e72a Adds html linting to test 2021-09-28 10:59:51 -07:00
bcj 31deb36c85 URL-Encode password in broker_url
Needed to prevent connection errors if the password contains non-urlsafe characters.

Dockerfile change because all the services using it are mirroring ./ in /app now anyway.
Flower needs because it needs bookwyrm in order to read the celerywyrm config (because flower only allows overwriting broker_url from the command line and we want to do it in Python so we have access to a urlencode function).
2021-05-23 23:49:12 -05:00
erion 714e1f3809 Reduce Dockerfile size and the number of RUN steps. 2021-03-03 12:11:28 +01:00
Mouse Reeve 1d206c3739 Fixes (hopefully) makemessages command 2021-03-01 09:55:54 -08:00
Jim Fingal 3056441b50 Pin Python 3.9 and give dockerfile a little breathing room 2020-11-07 18:25:31 -08:00
Mouse Reeve d1f1260640 Renames fr_celery dir to celerywyrm 2020-09-17 14:19:27 -07:00
Mouse Reeve dbabeab470 Nginx config
Fixes #152 (hopefully???)
Fixes #130
Fixes #125
2020-05-17 20:28:46 -07:00
Mouse Reeve bb04a40044 Move to redis and fix a bunch of things 2020-03-31 16:31:33 -07:00
Mouse Reeve dd18433faa Adds celery and rabbitmq 2020-03-22 14:34:44 -07:00
Mouse Reeve 6aad1c9250 Dockerize app 2020-03-22 11:21:19 -07:00