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

Add restart policy

parent c6aea539
No related branches found
No related tags found
1 merge request!20Dockerise the monitoring
......@@ -2,7 +2,7 @@ version: "3"
services:
ligier:
image: "docker.km3net.de/jpp:v14.1.0"
command: JLigier -d2 -- 2>> /logs/ligier.err.log 1>> /logs/ligier.out.log
command: JLigier -d2 #-- 2>> /logs/ligier.err.log 1>> /logs/ligier.out.log
volumes:
- ./logs:/logs
ports:
......@@ -12,11 +12,12 @@ services:
build: ./ligiermirror
env_file:
- .env
command: JLigierMirror -H ${DAQ_LIGIER_IP}:${DAQ_LIGIER_PORT} -X monitoring_ligier_1:5553 -t ${TAGS_TO_MIRROR} -- 2>> /logs/ligiermirror.err.log 1>> /logs/ligiermirror.out.log
command: JLigierMirror -H ${DAQ_LIGIER_IP}:${DAQ_LIGIER_PORT} -X monitoring_ligier_1:5553 -t ${TAGS_TO_MIRROR} #-- 2>> /logs/ligiermirror.err.log 1>> /logs/ligiermirror.out.log
volumes:
- ./logs:/logs
depends_on:
- "ligier"
restart: unless-stopped
backend:
build: ./backend
......@@ -48,3 +49,4 @@ services:
- ${LOGGING_PORT}:9001
volumes:
- ./logs:/logs
restart: unless-stopped
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