Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
RadioObservatory
LOFAR
Commits
bc5f9009
Commit
bc5f9009
authored
1 year ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-2836
: added tmss_lofar2_sibling_service to dockercompose
parent
d5ecb734
No related branches found
No related tags found
1 merge request
!1232
TMSS-2836
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SAS/TMSS/deploy/docker-compose.yml
+23
-0
23 additions, 0 deletions
SAS/TMSS/deploy/docker-compose.yml
with
23 additions
and
0 deletions
SAS/TMSS/deploy/docker-compose.yml
+
23
−
0
View file @
bc5f9009
...
...
@@ -227,6 +227,29 @@ services:
driver
:
journald
options
:
tag
:
tmss_scheduling
lofar2_siblings
:
container_name
:
tmss_lofar2_siblings
image
:
tmss_lofar2_siblings
build
:
context
:
./app
dockerfile
:
Dockerfile
args
:
SOURCE_IMAGE
:
${SOURCE_IMAGE}
HOME
:
"
/localhome/lofarsys"
restart
:
unless-stopped
env_file
:
-
env
environment
:
-
USER=lofarsys
-
HOME=/localhome/lofarsys
command
:
/bin/bash -c 'source /opt/lofar/lofarinit.sh; exec tmss_lofar2_sibling_service'
depends_on
:
db_migrate
:
condition
:
service_completed_successfully
logging
:
driver
:
journald
options
:
tag
:
tmss_lofar2_sibling_service
workflow
:
container_name
:
tmss_workflow
image
:
tmss_workflow
...
...
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