summaryrefslogtreecommitdiff
path: root/services/restore.yml
blob: d1739aaa6cf0271d7aec8d117ae59ea0ca71b0a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: '3'

services:
  restore:
    env_file:
      - $IMAGES/backup/config.env
    build: $IMAGES/backup/duplicity
    command: /bin/sh /restore.sh
    hostname: duplicity
    restart: "no"
    volumes:
      - ./restored:/data
      - $IMAGES/backup/gpg_keys:/gpg_keys

volumes:
  cache: