Compose fixes
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
7a46fc0bbc
commit
6c59b72023
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.407.26) stable; urgency=low
|
hedera-web (1.407.27) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,7 @@ services:
|
||||||
target: /etc/hedera-web/config.my.php
|
target: /etc/hedera-web/config.my.php
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/storage:/mnt/storage
|
- /mnt/storage:/mnt/storage
|
||||||
|
- /mnt/storage/image:/var/lib/hedera-web/image-db
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
configs:
|
configs:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.407.26",
|
"version": "1.407.27",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue