Extract content of HTML body from rendered asciidoc content (Part of #394)

- Make web service depend on redis
- Add function to extract body from html content
- In view, extract body before returning converted ascciidoc in response
This commit is contained in:
Lacey Williams Henschel
2023-06-06 13:53:02 -07:00
parent 96aabf4412
commit 4e26f55dd1
6 changed files with 42 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ services:
command: [ "/bin/bash", "/code/docker/compose-start.sh" ]
depends_on:
- db
- redis
environment:
- "LOCAL_DEVELOPMENT=true"
- "DOCKER_DIR=/code/docker"