demo cache to vol

This commit is contained in:
Kenneth Bingham 2024-06-30 22:39:27 -04:00
parent a31486f373
commit 486852c2f8
No known key found for this signature in database
GPG Key ID: B69403FA957C5E46
1 changed files with 2 additions and 1 deletions

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