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.
 
 
 
 
 

20 lines
368 B

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