mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: site volume configurable
This commit is contained in:
@@ -343,6 +343,10 @@ volumes:
|
|||||||
redis-queue-data:
|
redis-queue-data:
|
||||||
redis-socketio-data:
|
redis-socketio-data:
|
||||||
sites:
|
sites:
|
||||||
|
driver_opts:
|
||||||
|
type: "${SITE_VOLUME_TYPE}"
|
||||||
|
o: "${SITE_VOLUME_OPTS}"
|
||||||
|
device: "${SITE_VOLUME_DEV}"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
bench-network:
|
bench-network:
|
||||||
Reference in New Issue
Block a user