1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00

(docker) Add missing zookeeper service to full marginalia config

This commit is contained in:
Viktor Lofgren
2024-04-29 11:44:53 +02:00
parent 70e2e41955
commit 152007cd5c

View File

@@ -148,6 +148,14 @@ services:
- db:/var/lib/mysql
networks:
- wmsa
zookeeper:
image: zookeeper
container_name: "zookeeper"
restart: always
ports:
- "127.0.0.1:2181:2181"
networks:
- wmsa
traefik:
image: "traefik:v2.10"
container_name: "traefik"