Rewrite of Comic lists so that tehy have thumbnails. (#26)

This commit is contained in:
2021-04-23 18:21:25 +01:00
committed by GitHub
parent 5b0a1c7c14
commit d40c8e270c
25 changed files with 4588 additions and 270 deletions

View File

@@ -14,6 +14,7 @@ services:
volumes:
- ${COMIC_BOOK_VOLUME}:/data
- static_files:/static
- media_files:/media
command: /bin/bash entrypoint.sh
cbwebreader-cron:
@@ -42,6 +43,7 @@ services:
image: nginx
volumes:
- static_files:/static
- media_files:/media
- ./cbreader/settings/nginx.conf:/etc/nginx/conf.d/default.conf
ports:
- 1337:80