mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-10-09 20:00:58 +00:00
demo cache to vol
This commit is contained in:
@@ -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