initial import
All checks were successful
continuous-integration/drone/push Build is passing
Vulnerability Scan / Daily Vulnerability Scan (push) Successful in 10s

This commit is contained in:
2025-01-27 08:49:55 +01:00
commit 9a5ac13382
11 changed files with 438 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
services:
borgstore:
image: docker.asperti.com/paspo/borgstore
ports:
- 2222:22
volumes:
- ./data:/data
- ./ssh:/ssh # add authorized_keys file here
environment:
PUID: 1000 # default: 1000
PGID: 1000 # default: 1000
TZ: Europe/Rome # default: Etc/UTC