added docker image and CI/CD (git action) to limbosolutions docker registry

This commit is contained in:
2025-01-12 11:13:34 +00:00
parent 028a7f9984
commit e2de47df01
6 changed files with 91 additions and 0 deletions

15
docker-compose.dev.yml Normal file
View 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}