feat: add more Agent services & easytier
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Global Registry Prefix (optional)
|
||||
# GLOBAL_REGISTRY=
|
||||
|
||||
# AnythingLLM Image Version
|
||||
# No stable semantic version tags exist; 'latest' tracks the current release.
|
||||
ANYTHINGLLM_VERSION=latest
|
||||
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
|
||||
# Host port for the AnythingLLM web UI
|
||||
ANYTHINGLLM_PORT_OVERRIDE=3001
|
||||
|
||||
# UID/GID for file ownership inside the container
|
||||
ANYTHINGLLM_UID=1000
|
||||
ANYTHINGLLM_GID=1000
|
||||
|
||||
# Resource Limits
|
||||
ANYTHINGLLM_CPU_LIMIT=2
|
||||
ANYTHINGLLM_MEMORY_LIMIT=2G
|
||||
ANYTHINGLLM_CPU_RESERVATION=0.5
|
||||
ANYTHINGLLM_MEMORY_RESERVATION=512M
|
||||
Reference in New Issue
Block a user