0
1
Fork 0

Storage mountpoint

This commit is contained in:
Juan Ferrer 2020-01-23 15:03:28 +01:00
parent c4ad0d77e0
commit 0db18864a4
3 changed files with 5 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.05) stable; urgency=low
hedera-web (1.407.06) stable; urgency=low
* Initial Release.

View File

@ -13,6 +13,7 @@ services:
- source: test
target: /etc/hedera-web/config.test.php
volumes:
- /mnt/storage:/mnt/storage
- /mnt/storage/image:/var/lib/hedera-web/image-db
- /mnt/storage/vn-access:/var/lib/hedera-web/vn-access
deploy:
@ -23,6 +24,8 @@ services:
configs:
- source: config
target: /etc/hedera-web/config.my.php
volumes:
- /mnt/storage:/mnt/storage
deploy:
replicas: 1
configs:

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.407.05",
"version": "1.407.06",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {