1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-02-19 16:49:11 +00:00
parent a7ae200816
commit 272c0a6128
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
services:
onedev:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:6610"
- "${SSH_PORT}:6611"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- "${DATA_PATH}:/opt/onedev"
image: 1dev/server:11.6.16
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true