WIP: automatically create zfs datasets for all local docker-compose volumes
This commit is contained in:
@@ -6,10 +6,9 @@ networks:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
nextcloud:
|
||||
nextcloud_config:
|
||||
nextcloud_data:
|
||||
db:
|
||||
{% for volume_name in docker_volume_names %}
|
||||
{{ volume_name }}:
|
||||
{% endfor %}
|
||||
|
||||
services:
|
||||
app:
|
||||
|
||||
Reference in New Issue
Block a user