Files
docker-compose/selfhst-icons/compose.yaml
T

18 lines
432 B
YAML
Raw Normal View History

2026-02-24 18:53:07 +05:30
services:
selfhst-icons:
container_name: selfhst-icons
image: ghcr.io/selfhst/icons:4.0.1@sha256:f0658cd6e6857dd0cdd29ec29e6935d4c3becde13fbcb76e7dd861a51e0d173c
2026-02-24 18:53:07 +05:30
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