Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-05-23 18:56:32 +00:00
parent 6687d114f1
commit f9852d30cc
7 changed files with 0 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
networks:
1panel-network:
external: true
services:
dozzle:
image: amir20/dozzle:v8.12.17
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
healthcheck:
test: [ "CMD", "/dozzle", "healthcheck" ]
interval: 3s
timeout: 30s
retries: 5
start_period: 30s
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- DOZZLE_ADDR=:8080
- DOZZLE_BASE=/
- DOZZLE_LEVEL=info