mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
12 lines
296 B
YAML
12 lines
296 B
YAML
services:
|
|
git-sync:
|
|
image: ghcr.io/akashrajpurohit/git-sync:v0.21.0
|
|
container_name: git-sync
|
|
environment:
|
|
- PUID=${PUID}
|
|
- PGID=${PGID}
|
|
volumes:
|
|
- ${GITSYNC_CONFIG_PATH}:/git-sync/config.yaml
|
|
- ${GITSYNC_BACKUP_PATH}:/backups
|
|
restart: unless-stopped
|