Add: Clone git repo with SSH public keys into SSH_KEY_DIR
This commit is contained in:
parent
a741486bb3
commit
4325a3d964
3 changed files with 21 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue