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

18 lines
432 B
YAML

services:
selfhst-icons:
container_name: selfhst-icons
image: ghcr.io/selfhst/icons:4.0.1@sha256:f0658cd6e6857dd0cdd29ec29e6935d4c3becde13fbcb76e7dd861a51e0d173c
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