feat(comfyui):
- 在docker-compose.yml中为ComfyUI容器添加MEMORY_DATABASE_URL环境变量 - 设置默认值指向easyai-pgvector数据库服务
This commit is contained in:
parent
ac795ad38d
commit
41549e8a72
@ -418,6 +418,8 @@ services:
|
|||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
ports:
|
ports:
|
||||||
- "${AMS_PORT:-3004}:3004"
|
- "${AMS_PORT:-3004}:3004"
|
||||||
|
environment:
|
||||||
|
- MEMORY_DATABASE_URL=${MEMORY_DATABASE_URL:-postgresql://easyai:easyai2025@easyai-pgvector:5432/easyai_memory}
|
||||||
networks:
|
networks:
|
||||||
comfyai:
|
comfyai:
|
||||||
ipv4_address: 172.21.0.16
|
ipv4_address: 172.21.0.16
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user