chore(deps): update louislam/dockge docker tag to v1.4.2 (#831)

* chore(deps): update louislam/dockge docker tag to v1.4.2

* 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-01-29 15:01:20 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 41fe830166
commit 34c29232e9
2 changed files with 1 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: 5001
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: /opt/stacks
edit: true
envKey: DOCKGE_STACKS_DIR
labelEn: Stacks Directory
labelZh: 栈目录
required: true
type: text
+21
View File
@@ -0,0 +1,21 @@
version: '3'
services:
dockge:
image: louislam/dockge:1.4.2
container_name: ${CONTAINER_NAME}
restart: unless-stopped
ports:
- ${PANEL_APP_PORT_HTTP}:5001
networks:
- 1panel-network
volumes:
- ./data:/app/data
- /var/run/docker.sock:/var/run/docker.sock
- ${DOCKGE_STACKS_DIR}:${DOCKGE_STACKS_DIR}
environment:
- DOCKGE_STACKS_DIR=${DOCKGE_STACKS_DIR}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true