Switch to SSDB for message queueing

This commit is contained in:
2022-10-21 07:20:30 +01:00
parent 8c596ec516
commit e32b330ef4
4 changed files with 8 additions and 18 deletions

View File

@@ -9,17 +9,6 @@ services:
- ${PORTAINER_GIT_DIR}:/code
env_file:
- ../stack.env
# volumes_from:
# - tmp
# depends_on:
# broker:
# condition: service_started
# kafka:
# condition: service_healthy
# tmp:
# condition: service_started
# redis:
# condition: service_healthy
threshold:
image: pathogen/threshold:latest
@@ -28,7 +17,7 @@ services:
volumes:
- ${PORTAINER_GIT_DIR}:/code
- ${THRESHOLD_CONFIG_DIR}:/code/legacy/conf/live
#- ${THRESHOLD_TEMPLATE_DIR}:/code/conf/templates
- ${THRESHOLD_TEMPLATE_DIR}:/code/conf/templates
- ${THRESHOLD_CERT_DIR}:/code/legacy/conf/cert
ports:
- "${THRESHOLD_LISTENER_PORT}:${THRESHOLD_LISTENER_PORT}"