Skip to content

Commit

Permalink
add urbackup-server example
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Murray <[email protected]>
  • Loading branch information
ryecoaaron committed Jun 17, 2024
1 parent c906392 commit a4da400
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compose-files/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@
"name": "uptime-kuma",
"description": "Uptime Kuma is an easy-to-use self-hosted monitoring tool"
},
{
"name": "urbackup-server",
"description": "an easy to setup Open Source client/server backup system"
},
{
"name": "vaultwarden",
"description": "vaultwarden"
Expand Down
1 change: 1 addition & 0 deletions compose-files/urbackup-server/readme
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
an easy to setup Open Source client/server backup system
6 changes: 6 additions & 0 deletions compose-files/urbackup-server/urbackup-server.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This file is auto-generated by openmediavault (https://www.openmediavault.org)
# WARNING: Do not edit this file, your changes will get lost.

# environment file for urbackup
#

18 changes: 18 additions & 0 deletions compose-files/urbackup-server/urbackup-server.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This file is auto-generated by openmediavault (https://www.openmediavault.org)
# WARNING: Do not edit this file, your changes will get lost.

# urbackup
#
services:
urbackup:
image: uroni/urbackup-server:latest
container_name: urbackup
restart: unless-stopped
environment:
- PUID=1001
- PGID=1001
- TZ=America/Chicago
volumes:
- /srv/dev-disk-by-uuid-e8fb32ba-e62c-4e4a-bcba-1c3f02449027/dockerData/urbackup/db:/var/urbackup
- /srv/dev-disk-by-uuid-e8fb32ba-e62c-4e4a-bcba-1c3f02449027/dockerData/urbackup/backups:/backups
network_mode: "host"

0 comments on commit a4da400

Please sign in to comment.