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