updating deps
All checks were successful
Build and push image / deploy (push) Has been cancelled

This commit is contained in:
2023-10-13 10:17:44 +01:00
parent 40bd6f7e7f
commit 50d46ab835
7 changed files with 450 additions and 419 deletions

View File

@@ -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: