Add new env

This commit is contained in:
2026-03-20 18:26:35 +05:30
parent e96bf713b3
commit 4f80f82dc1

View File

@@ -6,6 +6,9 @@ services:
environment: environment:
- ICON_SOURCE=remote - ICON_SOURCE=remote
- REMOTE_URL=${REMOTE_URL} - REMOTE_URL=${REMOTE_URL}
- PRIMARY_COLOR=${PRIMARY_COLOR}
- CACHE_TTL=${CACHE_TTL}
- CACHE_SIZE=${CACHE_SIZE}
ports: ports:
- ${PORT}:4050 - ${PORT}:4050
networks: networks: