Reconcile GitHub Main while retaining Gitea state #7

Merged
slh merged 2 commits from reconcile/github-main-fa05731 into main 2026-07-17 15:56:00 +08:00
Showing only changes of commit fa05731d00 - Show all commits

View File

@ -147,6 +147,26 @@ services:
networks: networks:
- git_forge - git_forge
# Mem0 - Persistent Memory Layer for AI Agents (RAG / Second Brain)
mem0:
container_name: mem0
image: mem0ai/mem0:latest
restart: unless-stopped
environment:
TZ: Asia/Shanghai
volumes:
- ./mem0:/app/mem0_data
networks:
- n8n_default
- git_forge
depends_on:
litellm:
condition: service_healthy
postgres:
condition: service_healthy
# ports:
# - "8888:8000" # Uncomment if you want direct API access
networks: networks:
git_forge: git_forge:
name: git_forge name: git_forge