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