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
452 B

6 years ago
version: '2'
6 years ago
services:
server:
6 years ago
image: hastic/server:latest
build:
dockerfile: server/Dockerfile
context: .
environment:
HASTIC_API_KEY: ${HASTIC_API_KEY}
6 years ago
ZMQ_CONNECTION_STRING: ${ZMQ_CONNECTION_STRING}
6 years ago
ports:
- 8000:8000
6 years ago
volumes:
- data-volume:/var/www/data
restart: always
6 years ago
analytics:
6 years ago
image: hastic/analytics:latest
6 years ago
build: analytics
restart: always
6 years ago
volumes:
data-volume: