Git key import again
This commit is contained in:
parent
0108fcf653
commit
0dc25d5428
8 changed files with 69 additions and 71 deletions
|
@ -1,13 +1,16 @@
|
|||
version: '3'
|
||||
services:
|
||||
borgserver:
|
||||
image: nold360/borgserver
|
||||
#build: .
|
||||
#image: nold360/borgserver
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.pullgit
|
||||
volumes:
|
||||
- ./backup:/backup
|
||||
- ./sshkeys:/sshkeys
|
||||
ports:
|
||||
- "2222:22"
|
||||
env_file: .env
|
||||
environment:
|
||||
BORG_SERVE_ARGS: ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue