chore(deps): update 1dev/server docker tag to v11.2.1 (#2173)

* chore(deps): update 1dev/server docker tag to v11.2.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-09-24 22:37:42 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 0afb70efa5
commit ba23e8cdd6
2 changed files with 1 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
additionalProperties:
formFields:
- default: 40085
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: 40086
edit: true
envKey: PANEL_APP_PORT_SSH
labelEn: SSH Port
labelZh: SSH 端口
required: true
rule: paramPort
type: number
+18
View File
@@ -0,0 +1,18 @@
services:
onedev:
image: 1dev/server:11.2.1
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:6610"
- "${PANEL_APP_PORT_SSH}:6611"
volumes:
- ./data:/opt/onedev
- /var/run/docker.sock:/var/run/docker.sock
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true