container-server/services/dozzle/docker-compose.yml

14 lines
299 B
YAML
Raw Normal View History

2024-10-25 23:20:20 +02:00
# https://hub.docker.com/r/amir20/dozzle
# https://dozzle.dev/
services:
dozzle:
chore(deps): update amir20/dozzle docker tag to v8.7.1 (#88) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [amir20/dozzle](https://github.com/amir20/dozzle) | minor | `v8.6.2` -> `v8.7.1` | --- ### Release Notes <details> <summary>amir20/dozzle (amir20/dozzle)</summary> ### [`v8.7.1`](https://github.com/amir20/dozzle/releases/tag/v8.7.1) [Compare Source](https://github.com/amir20/dozzle/compare/v8.7.0...v8.7.1) #####    🐞 Bug Fixes - Fix base ANSI convertor colors  -  by [@&#8203;amir20](https://github.com/amir20) and **Jérémy Touati** in https://github.com/amir20/dozzle/issues/3353 [<samp>(c6339)</samp>](https://github.com/amir20/dozzle/commit/c6339eff) #####     [View changes on GitHub](https://github.com/amir20/dozzle/compare/v8.7.0...v8.7.1) ### [`v8.7.0`](https://github.com/amir20/dozzle/releases/tag/v8.7.0) [Compare Source](https://github.com/amir20/dozzle/compare/v8.6.2...v8.7.0) #####    🚀 Features - Updates logo  -  by [@&#8203;amir20](https://github.com/amir20) in https://github.com/amir20/dozzle/issues/3340 [<samp>(96fbe)</samp>](https://github.com/amir20/dozzle/commit/96fbee9e) #####    🐞 Bug Fixes - Fixes timeout flag  -  by [@&#8203;amir20](https://github.com/amir20) in https://github.com/amir20/dozzle/issues/3345 [<samp>(36a5d)</samp>](https://github.com/amir20/dozzle/commit/36a5d7e6) - Limit default SQL log entries to 100  -  by [@&#8203;yubiuser](https://github.com/yubiuser) in https://github.com/amir20/dozzle/issues/3346 [<samp>(cd63b)</samp>](https://github.com/amir20/dozzle/commit/cd63b5de) - Unfound fields are shown by default instead of hidden  -  by [@&#8203;amir20](https://github.com/amir20) in https://github.com/amir20/dozzle/issues/3342 [<samp>(c1d31)</samp>](https://github.com/amir20/dozzle/commit/c1d31313) - Fixes toggle all when fields have not been set for JSON  -  by [@&#8203;amir20](https://github.com/amir20) in https://github.com/amir20/dozzle/issues/3349 [<samp>(cce2e)</samp>](https://github.com/amir20/dozzle/commit/cce2e8a8) - **deps**: Update all non-major dependencies  -  in https://github.com/amir20/dozzle/issues/3348 [<samp>(00da1)</samp>](https://github.com/amir20/dozzle/commit/00da15c2) #####     [View changes on GitHub](https://github.com/amir20/dozzle/compare/v8.6.2...v8.7.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: https://git.csprung.de/csp/container-server/pulls/88 Co-authored-by: Renovate Bot <renovate@git.csprung.de> Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-10-29 18:16:46 +01:00
image: amir20/dozzle:v8.7.1
2024-10-25 23:20:20 +02:00
container_name: dozzle
restart: "${RESTART:-no}"
domainname: ${BASE_DOMAIN}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
- authentik