forked from verdnatura/hedera-web
Docker fixes
This commit is contained in:
parent
e0c2c58089
commit
00e7348b9a
|
@ -32,7 +32,8 @@ RUN apt-get update \
|
|||
php-image-text \
|
||||
php-text-captcha \
|
||||
php-apcu-bc \
|
||||
hedera-web
|
||||
hedera-web \
|
||||
cron
|
||||
|
||||
ARG BUILD_ID=unknown
|
||||
RUN apt-get update \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.406.94) stable; urgency=low
|
||||
hedera-web (1.406.95) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ Vcs-Git: https://git.verdnatura.es/hedera-web
|
|||
Package: hedera-web
|
||||
Architecture: all
|
||||
Depends: apache2 | httpd, nodejs, php-cli, php-vn-lib, php-apcu, php-ldap, php-ssh2, php-imap, php-soap, libphp-phpmailer, php-gd, php-pear
|
||||
Suggests: php-text-captcha
|
||||
Suggests: php-text-captcha, cron
|
||||
Section: misc
|
||||
Priority: optional
|
||||
Description: Verdnatura's web page
|
||||
|
|
|
@ -20,6 +20,14 @@ services:
|
|||
- /mnt/storage/share:/mnt/storage/share
|
||||
deploy:
|
||||
replicas: 3
|
||||
web:
|
||||
image: registry.verdnatura.es/hedera-web
|
||||
command: 'cron -f'
|
||||
configs:
|
||||
- source: config
|
||||
target: /etc/hedera-web/config.my.php
|
||||
deploy:
|
||||
replicas: 1
|
||||
configs:
|
||||
config:
|
||||
external: true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.406.94",
|
||||
"version": "1.406.95",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue