Add selfhst-icons

This commit is contained in:
2026-02-24 18:53:07 +05:30
parent 6f70e974a4
commit 5b9ee5c221

View File

@@ -0,0 +1,17 @@
services:
selfhst-icons:
container_name: selfhst-icons
image: ghcr.io/selfhst/icons:3.2.0@sha256:3a6db28194ac905f9cfa8529b2abf7a3c21b688c5515b47c4a28ae49c16fa0fc
restart: unless-stopped
environment:
- ICON_SOURCE=remote
- REMOTE_URL=${REMOTE_URL}
- STANDARD_ICON_FORMAT=${STANDARD_ICON_FORMAT}
ports:
- 4050:4050
networks:
- frontend
networks:
frontend:
external: true