Refactor BookWyrm role: switch to source-built Dockerfile, update README/meta for usability, add env improvements (ALLOWED_HOSTS, Redis vars, Celery broker), and pin version v0.7.5. See https://chatgpt.com/share/68b6d273-abc4-800f-ad3f-e1a5b9f8dad0

This commit is contained in:
2025-09-02 13:18:32 +02:00
parent 61d852c508
commit 3a83f3d14e
7 changed files with 78 additions and 37 deletions

View File

@@ -6,8 +6,7 @@ docker:
redis:
enabled: true
application:
image: bookwyrm/bookwyrm
version: latest
version: 'v0.7.5'
name: bookwyrm
worker:
enabled: true