mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
chore(deps): update requarks/wiki docker tag to v2.5.305 (#2290)
* chore(deps): update requarks/wiki docker tag to v2.5.305 * 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:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-action update-app-version
parent
7387878c4b
commit
5d09ccc4a5
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
wiki:
|
||||
image: requarks/wiki:2.5.305
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:3000
|
||||
environment:
|
||||
DB_TYPE: ${PANEL_DB_TYPE}
|
||||
DB_HOST: ${PANEL_DB_HOST}
|
||||
DB_PORT: ${PANEL_DB_PORT}
|
||||
DB_USER: ${PANEL_DB_USER}
|
||||
DB_PASS: ${PANEL_DB_USER_PASSWORD}
|
||||
DB_NAME: ${PANEL_DB_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user