Added Git-Sync Mirror Agent to fold-stack with support for GitHub, Forgejo, Radicle, Internet Archive, and Web3.storage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user