Add selfhst-icons
This commit is contained in:
17
selfhst-icons/compose.yaml
Normal file
17
selfhst-icons/compose.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user