revert to using icon labels instead of hardcoding icons in the compose files.

This commit is contained in:
kelinfoxy
2026-03-17 20:02:26 -04:00
parent f32a343cf3
commit 5d766f20e7
18 changed files with 132 additions and 23 deletions

View File

@@ -29,7 +29,7 @@ services:
depends_on:
- gitea-db
labels:
- ${ICON_LABEL}
- com.getarcaneapp.arcane.icon=https://cdn.jsdelivr.net/gh/selfhst/icons@main/svg/gitea.svg
- ${HOST_LABEL}
- ${LOADBALANCER_LABEL}
- ${WATCHTOWER_ENABLE_LABEL}
@@ -55,7 +55,7 @@ services:
- POSTGRES_PASSWORD=${GITEA_DB_PASSWORD}
- POSTGRES_DB=gitea
labels:
- ${DB_ICON_LABEL}
- com.getarcaneapp.arcane.icon=https://cdn.jsdelivr.net/gh/selfhst/icons@main/svg/postgresql.svg
- 'homelab.category=productivity'
- 'homelab.description=Gitea database'