1 Commits

Author SHA1 Message Date
Kenneth Bingham
519812e522 Merge 8263f3ef7f into e6ca4aa9ca 2024-06-30 18:12:41 -04:00
2 changed files with 1 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ 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=

View File

@@ -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,4 +21,3 @@ services:
volumes:
pgdata:
restic_cache: