Fully implement Elasticsearch indexing

This commit is contained in:
2022-11-22 20:15:02 +00:00
parent 052631c71f
commit 49f46c33ba
4 changed files with 78 additions and 55 deletions

View File

@@ -9,6 +9,10 @@ services:
- ${PORTAINER_GIT_DIR}:/code
env_file:
- ../stack.env
networks:
- default
- pathogen
- elastic
threshold:
image: pathogen/threshold:latest
@@ -30,6 +34,8 @@ services:
# for development
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- default
ssdb:
image: tsl0922/ssdb
@@ -38,6 +44,8 @@ services:
- "1289:1289"
environment:
- SSDB_PORT=1289
networks:
- default
tmp:
image: busybox
@@ -67,9 +75,12 @@ services:
retries: 15
networks:
default:
external:
name: pathogen
default:
driver: bridge
pathogen:
external: true
elastic:
external: true
volumes:
redis_data: