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.

21 lines
382 B

6 years ago
version: '2'
6 years ago
services:
server:
6 years ago
image: hastic-server:latest
6 years ago
build: server
environment:
HASTIC_API_KEY: ${HASTIC_API_KEY}
ZMQ_CONNECTION_STRING: tcp://0.0.0.0:8002
network_mode: host
6 years ago
volumes:
- data-volume:/var/www/data
6 years ago
analytics:
6 years ago
image: hastic-analytics:latest
6 years ago
build: analytics
ports:
- 8002:8002
6 years ago
volumes:
data-volume: