chore(deps): update jokerwho/palworld-server-tool docker tag to v0.9.1 (#2256)

* chore(deps): update jokerwho/palworld-server-tool docker tag to v0.9.1

* 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-10-10 17:54:15 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 5c968314eb
commit 7648056d03
2 changed files with 1 additions and 1 deletions
+45
View File
@@ -0,0 +1,45 @@
additionalProperties:
formFields:
- default: '8080'
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: '127.0.0.1:25575'
edit: true
envKey: RCON_ADDRESS
labelEn: RCON Address
labelZh: RCON地址
required: true
type: text
- default: 'RCON_PASSWORD'
edit: true
envKey: RCON_PASSWORD
labelEn: RCON Password
labelZh: RCON密码
required: true
type: text
- default: 'WEB_PASSWORD'
edit: true
envKey: WEB_PASSWORD
labelEn: WEB Password
labelZh: WEB密码
required: true
type: text
- default: '600'
edit: true
envKey: SAVE_SYNC_INTERVAL
labelEn: Save Sync Interval
labelZh: 存档同步间隔
required: true
type: number
- default: '示例:./data/Pal/Saved/SaveGames/0/5633F58B91BB4CFDAE555321CA7E6C8E'
edit: true
envKey: PANEL_APP_PATH
labelEn: Save Path (starts with ./data)
labelZh: 存档路径 (以 ./data 开头)
required: true
type: text
@@ -0,0 +1,23 @@
services:
pst:
image: jokerwho/palworld-server-tool:0.9.1
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
volumes:
- ${PANEL_APP_PATH}:/game
environment:
- WEB__PASSWORD=${WEB_PASSWORD}
- RCON__ADDRESS=${RCON_ADDRESS}
- RCON__PASSWORD=${RCON_PASSWORD}
- SAVE__SYNC_INTERVAL=${SAVE_SYNC_INTERVAL}
- SAVE__DECODE_PATH=/app/sav_cli
- SAVE__PATH=/game/Level.sav
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true