Skip to content
Snippets Groups Projects
Verified Commit 101488c0 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add TMCH mirror

parent ad8d625f
No related branches found
No related tags found
No related merge requests found
Pipeline #32691 passed
......@@ -30,6 +30,17 @@ services:
- "ligier"
restart: unless-stopped
ligiertmchmirror:
image: "docker.km3net.de/jpp:v14.4.3"
env_file:
- .env
command: JLigierMirror -H ${TMCH_LIGIER_IP}:${TMCH_LIGIER_PORT} -X monitoring_ligier_1:5553 -t IO_MONIT
volumes:
- ./logs:/logs
depends_on:
- "ligier"
restart: unless-stopped
backend:
# build: ./backend
image: "docker.km3net.de/km3mon-backend:${KM3MON_VERSION}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment