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