mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-21 04:27:11 +08:00
Add App git-sync
This commit is contained in:
12
apps/git-sync/latest/docker-compose.yml
Normal file
12
apps/git-sync/latest/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
services:
|
||||
git-sync:
|
||||
image: akashrajpuroh1t/git-sync:latest
|
||||
container_name: git-sync
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
volumes:
|
||||
- ${GITSYNC_CONFIG_PATH}:/git-sync/config.yaml
|
||||
- ${GITSYNC_BACKUP_PATH}:/backups
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user