mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
Rewrite of Comic lists so that tehy have thumbnails. (#26)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user