mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-22 22:35:24 +02:00
fix(docker): share plugins and themes volumes across containers (#990)
This commit is contained in:
@@ -28,6 +28,9 @@ services:
|
||||
- AUTORUN_LARAVEL_STORAGE_LINK=true
|
||||
volumes:
|
||||
- billmora-storage:/var/www/html/storage
|
||||
- billmora-plugins:/var/www/html/plugin
|
||||
- billmora-themes-resources:/var/www/html/resources/themes
|
||||
- billmora-themes-public:/var/www/html/public/themes
|
||||
depends_on:
|
||||
billmora-db:
|
||||
condition: service_healthy
|
||||
@@ -58,6 +61,9 @@ services:
|
||||
- AUTORUN_ENABLED=false
|
||||
volumes:
|
||||
- billmora-storage:/var/www/html/storage
|
||||
- billmora-plugins:/var/www/html/plugin
|
||||
- billmora-themes-resources:/var/www/html/resources/themes
|
||||
- billmora-themes-public:/var/www/html/public/themes
|
||||
depends_on:
|
||||
billmora-db:
|
||||
condition: service_healthy
|
||||
@@ -88,6 +94,9 @@ services:
|
||||
- AUTORUN_ENABLED=false
|
||||
volumes:
|
||||
- billmora-storage:/var/www/html/storage
|
||||
- billmora-plugins:/var/www/html/plugin
|
||||
- billmora-themes-resources:/var/www/html/resources/themes
|
||||
- billmora-themes-public:/var/www/html/public/themes
|
||||
depends_on:
|
||||
billmora-db:
|
||||
condition: service_healthy
|
||||
@@ -126,5 +135,8 @@ services:
|
||||
|
||||
volumes:
|
||||
billmora-storage:
|
||||
billmora-plugins:
|
||||
billmora-themes-resources:
|
||||
billmora-themes-public:
|
||||
billmora-db-data:
|
||||
billmora-redis-data:
|
||||
|
||||
Reference in New Issue
Block a user