chore(deps): update hectorqin/reader docker tag to v3.2.8 (#1342)

* chore(deps): update hectorqin/reader docker tag to v3.2.8

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot]
2024-05-06 11:42:49 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent c221897b02
commit 410aef052e
2 changed files with 1 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
services:
reader:
image: hectorqin/reader:3.2.8
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:8080
networks:
- 1panel-network
volumes:
- ./data/logs:/logs
- ./data/storage:/storage
environment:
- SPRING_PROFILES_ACTIVE=prod
- READER_APP_USERLIMIT=${READER_APP_USERLIMIT}
- READER_APP_USERBOOKLIMIT=${READER_APP_USERBOOKLIMIT}
- READER_APP_CACHECHAPTERCONTENT=${READER_APP_CACHECHAPTERCONTENT}
- READER_APP_SECURE=${READER_APP_SECURE:-FALSE}
- READER_APP_SECUREKEY=${READER_APP_SECUREKEY}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true