You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
475 B

6 years ago
version: '2'
6 years ago
services:
server:
image: hastic-server
#build: server
environment:
HASTIC_API_KEY: "eyJrIjoiNzhiYjIyTGZDMjY4M3lnYTNwWHo3WFVaNnVDSm9qakkiLCJuIjoiaGFzIiwiaWQiOjF9"
ZMQ_HOST: analytics
6 years ago
volumes:
- data-volume:/var/www/data
6 years ago
ports:
- 8000:8000
6 years ago
privileged: true
6 years ago
analytics:
image: hastic-analytics
#build: analytics
6 years ago
volumes:
- data-volume:/var/www/data
6 years ago
privileged: true
volumes:
data-volume: