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