Added Git-Sync Mirror Agent to fold-stack with support for GitHub, Forgejo, Radicle, Internet Archive, and Web3.storage

This commit is contained in:
2025-05-26 21:29:23 -05:00
parent a5c6bd121c
commit a10033a7c3
11 changed files with 359 additions and 5 deletions
+10
View File
@@ -189,6 +189,16 @@ services:
networks:
- fold-network
git-sync:
build: ./git-sync
container_name: git_sync_dev
volumes:
- ./config/git-sync:/config/git-sync:ro
- ./volumes/repos:/repos/local
- ./volumes/logs:/logs
networks:
- fold-network
networks:
fold-network:
driver: bridge