chore(deps): update koishijs/koishi docker tag to v1.15.0 (#1891)

* chore(deps): update koishijs/koishi docker tag to v1.15.0

* 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-08-08 16:24:04 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent c31283d4ac
commit f14c3d6c08
2 changed files with 1 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
koishi:
image: koishijs/koishi:v1.15.0
container_name: ${CONTAINER_NAME}
restart: always
environment:
- TZ=${TIME_ZONE}
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5140
volumes:
- ./data:/koishi
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true