mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-10-09 11:50:57 +00:00
Compare commits
3 Commits
519812e522
...
ec7d70a474
Author | SHA1 | Date | |
---|---|---|---|
|
ec7d70a474 | ||
|
486852c2f8 | ||
|
a31486f373 |
@@ -10,6 +10,7 @@ EXCLUDE_BIND_MOUNTS=false
|
|||||||
RESTIC_REPOSITORY=rclone:uplink:mybucket
|
RESTIC_REPOSITORY=rclone:uplink:mybucket
|
||||||
RESTIC_PASSWORD="password"
|
RESTIC_PASSWORD="password"
|
||||||
|
|
||||||
|
# this env var creates on-the-fly a remote named "uplink"
|
||||||
RCLONE_CONFIG_UPLINK_TYPE=storj
|
RCLONE_CONFIG_UPLINK_TYPE=storj
|
||||||
# access grant must have permission to use bucket
|
# access grant must have permission to use bucket
|
||||||
RCLONE_CONFIG_UPLINK_ACCESS_GRANT=
|
RCLONE_CONFIG_UPLINK_ACCESS_GRANT=
|
||||||
|
@@ -9,7 +9,7 @@ services:
|
|||||||
# Map in docker socket
|
# Map in docker socket
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
# Map restic cache
|
# Map restic cache
|
||||||
- ./restic_cache:/cache
|
- restic_cache:/cache
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:12
|
image: postgres:12
|
||||||
env_file:
|
env_file:
|
||||||
@@ -21,3 +21,4 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
pgdata:
|
pgdata:
|
||||||
|
restic_cache:
|
Reference in New Issue
Block a user