WIP: automatically create zfs datasets for all local docker-compose volumes

This commit is contained in:
2023-03-06 20:26:13 -08:00
parent d42dc7b5e4
commit bdda563665
19 changed files with 78 additions and 17 deletions

View File

@@ -6,8 +6,9 @@ networks:
external: true
volumes:
config:
torrent_blackhole:
{% for volume_name in docker_volume_names %}
{{ volume_name }}:
{% endfor %}
services:
jackett: