Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2026-01-26 17:27:41 +00:00
parent 0add313dda
commit e52dd0b808
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:v9.0.3
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