Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
km3mon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
km3py
km3mon
Commits
142964f7
Verified
Commit
142964f7
authored
3 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup and add ligier log mirror
parent
3a9e9759
No related branches found
No related tags found
1 merge request
!20
Dockerise the monitoring
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+13
-2
13 additions, 2 deletions
docker-compose.yml
with
13 additions
and
2 deletions
docker-compose.yml
+
13
−
2
View file @
142964f7
...
@@ -2,7 +2,7 @@ version: "3"
...
@@ -2,7 +2,7 @@ version: "3"
services
:
services
:
ligier
:
ligier
:
image
:
"
docker.km3net.de/jpp:v14.1.0"
image
:
"
docker.km3net.de/jpp:v14.1.0"
command
:
JLigier -d2
#-- 2>> /logs/ligier.err.log 1>> /logs/ligier.out.log
command
:
JLigier -d2
volumes
:
volumes
:
-
./logs:/logs
-
./logs:/logs
ports
:
ports
:
...
@@ -12,7 +12,18 @@ services:
...
@@ -12,7 +12,18 @@ services:
build
:
./ligiermirror
build
:
./ligiermirror
env_file
:
env_file
:
-
.env
-
.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}
volumes
:
-
./logs:/logs
depends_on
:
-
"
ligier"
restart
:
unless-stopped
ligierlogmirror
:
build
:
./ligiermirror
env_file
:
-
.env
command
:
JLigierMirror -H ${LOG_LIGIER_IP}:${LOG_LIGIER_PORT} -X monitoring_ligier_1:5553 -t MSG
volumes
:
volumes
:
-
./logs:/logs
-
./logs:/logs
depends_on
:
depends_on
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment