mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-04 14:21:03 +00:00
feat: add secure module marketplace runtime (#745)
This commit is contained in:
@@ -13,6 +13,7 @@ services:
|
||||
- "8090:8080" # 8090 is the public port.
|
||||
volumes:
|
||||
- invoiceshelf_storage:/var/www/html/storage
|
||||
- invoiceshelf_modules:/var/www/html/Modules
|
||||
networks:
|
||||
- invoiceshelf
|
||||
environment:
|
||||
@@ -32,3 +33,4 @@ networks:
|
||||
invoiceshelf:
|
||||
volumes:
|
||||
invoiceshelf_storage:
|
||||
invoiceshelf_modules:
|
||||
|
||||
Reference in New Issue
Block a user