0
1
Fork 0
hedera-web-mindshore/docker-compose.yml

35 lines
798 B
YAML
Raw Normal View History

2020-01-20 21:26:15 +00:00
version: '3.7'
services:
2020-01-21 08:32:19 +00:00
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
volumes:
2020-01-22 07:39:44 +00:00
- /mnt/storage/image:/var/lib/hedera-web/image-db
2020-01-23 13:28:12 +00:00
- /mnt/storage/vn-access:/var/lib/hedera-web/vn-access
2020-01-21 08:32:19 +00:00
deploy:
2020-01-22 07:39:44 +00:00
replicas: 3
2020-01-22 20:50:27 +00:00
cron:
2020-01-22 20:48:37 +00:00
image: registry.verdnatura.es/hedera-web
command: 'cron -f'
configs:
- source: config
target: /etc/hedera-web/config.my.php
deploy:
replicas: 1
2020-01-20 21:26:15 +00:00
configs:
config:
external: true
name: ${PROJECT_NAME:?}_config
test:
external: true
name: ${PROJECT_NAME:?}_test