forked from verdnatura/hedera-web
Compose fixes
This commit is contained in:
parent
00e7348b9a
commit
955dce8cbf
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.406.95) stable; urgency=low
|
hedera-web (1.406.96) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ services:
|
||||||
- /mnt/storage/share:/mnt/storage/share
|
- /mnt/storage/share:/mnt/storage/share
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 3
|
replicas: 3
|
||||||
web:
|
cron:
|
||||||
image: registry.verdnatura.es/hedera-web
|
image: registry.verdnatura.es/hedera-web
|
||||||
command: 'cron -f'
|
command: 'cron -f'
|
||||||
configs:
|
configs:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.406.95",
|
"version": "1.406.96",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue