added docker image and CI/CD (git action) to limbosolutions docker registry
This commit is contained in:
15
docker-compose.dev.yml
Normal file
15
docker-compose.dev.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
# image: #"git.limbosolutions.com/kb/borg:latest"
|
||||
|
||||
services:
|
||||
borg:
|
||||
build:
|
||||
dockerfile: /docker/dockerfile
|
||||
context: .
|
||||
environment:
|
||||
- BORG_REPO=${BORG_REPO}
|
||||
- BORG_RSH=${BORG_RSH}
|
||||
- BORG_PASSPHRASE=${BORG_PASSPHRASE}
|
||||
- SSH_ID=${SSH_ID}
|
||||
- BORG_KEY=${BORG_KEY}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user