Files
appstore-1panel/apps/dozzle/10.0.0/docker-compose.yml
T
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>github-action update-app-version
5851b59bc4 chore(deps): update amir20/dozzle docker tag to v10 (#4628)
* chore(deps): update amir20/dozzle docker tag to v10

* 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>
2026-02-25 10:03:39 +08:00

31 lines
697 B
YAML

networks:
1panel-network:
external: true
services:
dozzle:
image: amir20/dozzle:v10.0.0
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