From 82cf0643d72b376b9432f3c600df67335dde0440 Mon Sep 17 00:00:00 2001 From: Hussain Nagaria Date: Tue, 4 Feb 2025 14:15:47 +0530 Subject: [PATCH] fix: site volume configurable --- apps/dokploy/templates/frappe-hr/docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/dokploy/templates/frappe-hr/docker-compose.yml b/apps/dokploy/templates/frappe-hr/docker-compose.yml index 29ba0069f..f4d13b5f6 100644 --- a/apps/dokploy/templates/frappe-hr/docker-compose.yml +++ b/apps/dokploy/templates/frappe-hr/docker-compose.yml @@ -343,6 +343,10 @@ volumes: redis-queue-data: redis-socketio-data: sites: + driver_opts: + type: "${SITE_VOLUME_TYPE}" + o: "${SITE_VOLUME_OPTS}" + device: "${SITE_VOLUME_DEV}" networks: bench-network: \ No newline at end of file