mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
||||
expose:
|
||||
- 8000
|
||||
volumes:
|
||||
- ${COMIC_BOOK_VOLUME}:${COMIC_BOOK_VOLUME}
|
||||
- ${COMIC_BOOK_VOLUME}:/comics
|
||||
# - c:/comics:/comics
|
||||
- static_files:/static
|
||||
- media_files:/media
|
||||
@@ -35,7 +35,7 @@ services:
|
||||
# command: /bin/bash entrypoint-cron.sh
|
||||
|
||||
database:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:16-alpine
|
||||
expose:
|
||||
- 5432
|
||||
volumes:
|
||||
@@ -62,4 +62,4 @@ services:
|
||||
- cbwebreader
|
||||
volumes:
|
||||
static_files:
|
||||
media_files:
|
||||
media_files:
|
||||
|
||||
Reference in New Issue
Block a user