0
1
Fork 0

Compose fixes

This commit is contained in:
Juan Ferrer 2020-01-21 09:32:19 +01:00
parent 9082a7ede9
commit cdf7b176b2
3 changed files with 22 additions and 22 deletions

2
debian/changelog vendored
View File

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

View File

@ -1,25 +1,25 @@
version: '3.7'
services:
back:
image: registry.verdnatura.es/hedera-web
build:
context: .
dockerfile: Dockerfile
ports:
- ${PORT:?}:80
configs:
- source: config
target: /etc/hedera-web/config.my.php
- source: test
target: /etc/hedera-web/config.test.php
- source: apache
target: /etc/apache/conf-enabled/vn-share.conf
volumes:
- /mnt/storage/image:/mnt/storage/image
- /mnt/storage/vn-access:/mnt/storage/vn-access
- /mnt/storage/share:/mnt/storage/share
deploy:
replicas: 2
web:
image: registry.verdnatura.es/hedera-web
build:
context: .
dockerfile: Dockerfile
ports:
- ${PORT:?}:80
configs:
- source: config
target: /etc/hedera-web/config.my.php
- source: test
target: /etc/hedera-web/config.test.php
- source: apache
target: /etc/apache/conf-enabled/vn-share.conf
volumes:
- /mnt/storage/image:/mnt/storage/image
- /mnt/storage/vn-access:/mnt/storage/vn-access
- /mnt/storage/share:/mnt/storage/share
deploy:
replicas: 2
configs:
config:
external: true

View File

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