Add: Clone git repo with SSH public keys into SSH_KEY_DIR

This commit is contained in:
nold 2019-07-05 13:57:35 +02:00
parent a741486bb3
commit 4325a3d964
3 changed files with 21 additions and 8 deletions

View file

@ -1,8 +1,8 @@
version: '3'
services:
borgserver:
image: nold360/borgserver
#build: .
#image: nold360/borgserver
build: .
volumes:
- ./backup:/backup
- ./sshkeys:/sshkeys
@ -17,4 +17,7 @@ services:
# Hostname of Admin's SSH-Key
BORG_ADMIN: ""
# Client Pubkeys in git:
SSH_KEY_GIT: "https://github.com/<username>/<repo>.git"
restart: unless-stopped