chore(deps): update 1dev/server docker tag to v10.9.3 (#1680)

* chore(deps): update 1dev/server docker tag to v10.9.3

* 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-07-01 14:54:25 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent afc0a3ab0d
commit 2d9fbac4d8
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:10.9.3
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