Compare commits
2 Commits
8263f3ef7f
...
486852c2f8
Author | SHA1 | Date |
---|---|---|
Kenneth Bingham | 486852c2f8 | |
Kenneth Bingham | a31486f373 |
|
@ -10,6 +10,7 @@ EXCLUDE_BIND_MOUNTS=false
|
|||
RESTIC_REPOSITORY=rclone:uplink:mybucket
|
||||
RESTIC_PASSWORD="password"
|
||||
|
||||
# this env var creates on-the-fly a remote named "uplink"
|
||||
RCLONE_CONFIG_UPLINK_TYPE=storj
|
||||
# access grant must have permission to use bucket
|
||||
RCLONE_CONFIG_UPLINK_ACCESS_GRANT=
|
||||
|
|
|
@ -9,7 +9,7 @@ services:
|
|||
# Map in docker socket
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
# Map restic cache
|
||||
- ./restic_cache:/cache
|
||||
- restic_cache:/cache
|
||||
postgres:
|
||||
image: postgres:12
|
||||
env_file:
|
||||
|
@ -21,3 +21,4 @@ services:
|
|||
|
||||
volumes:
|
||||
pgdata:
|
||||
restic_cache:
|
Loading…
Reference in New Issue