mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
[PR #434] [CLOSED] feat(blueprints): add Dozzle log viewer template #453
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/434
Author: @Harikrishnan1367709
Created: 10/8/2025
Status: ❌ Closed
Base:
main← Head:feat-Add-Dozzle-Template--#421📝 Commits (5)
4f7de4cfeat:Added the dozzle template -#421e1bfb33updated the build errors8c9ee43Update blueprints/dozzle/docker-compose.ymla74abc8Merge branch 'main' into feat-Add-Dozzle-Template--#42191c1efbupdate the meta.json for the build issue📊 Changes
4 files changed (+19 additions, -17 deletions)
View changed files
📝
blueprints/dozzle/docker-compose.yml(+7 -3)➕
blueprints/dozzle/logo.svg(+1 -0)📝
blueprints/dozzle/template.toml(+6 -9)📝
meta.json(+5 -5)📄 Description
Added blueprint files:
1.[docker-compose.yml] — Dozzle service (image: amir20/dozzle:latest), mounts the Docker socket and exposes port 8080. Includes Traefik labels for routing.
2.[template.toml] — Dokploy config stub (domain variable, serviceName, port).
3.[logo.svg] — placeholder SVG logo .
4.Updated [meta.json] — new entry for dozzle (id, name, version, description, links, tags).
Fix -#421
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.