Skip to content
Snippets Groups Projects
Commit bc5f9009 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-2836: added tmss_lofar2_sibling_service to dockercompose

parent d5ecb734
No related branches found
No related tags found
1 merge request!1232TMSS-2836
......@@ -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
......
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