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

TMSS-2836: disabled lofar2_siblings service until SDCO/TO/L2 wants to run it with production

parent 8df712df
No related branches found
No related tags found
No related merge requests found
...@@ -227,29 +227,29 @@ services: ...@@ -227,29 +227,29 @@ services:
driver: journald driver: journald
options: options:
tag: tmss_scheduling tag: tmss_scheduling
lofar2_siblings: # lofar2_siblings:
container_name: tmss_lofar2_siblings # container_name: tmss_lofar2_siblings
image: tmss_lofar2_siblings # image: tmss_lofar2_siblings
build: # build:
context: ./app # context: ./app
dockerfile: Dockerfile # dockerfile: Dockerfile
args: # args:
SOURCE_IMAGE: ${SOURCE_IMAGE} # SOURCE_IMAGE: ${SOURCE_IMAGE}
HOME: "/localhome/lofarsys" # HOME: "/localhome/lofarsys"
restart: unless-stopped # restart: unless-stopped
env_file: # env_file:
- env # - env
environment: # environment:
- USER=lofarsys # - USER=lofarsys
- HOME=/localhome/lofarsys # - HOME=/localhome/lofarsys
command: /bin/bash -c 'source /opt/lofar/lofarinit.sh; exec tmss_lofar2_sibling_service' # command: /bin/bash -c 'source /opt/lofar/lofarinit.sh; exec tmss_lofar2_sibling_service'
depends_on: # depends_on:
db_migrate: # db_migrate:
condition: service_completed_successfully # condition: service_completed_successfully
logging: # logging:
driver: journald # driver: journald
options: # options:
tag: tmss_lofar2_sibling_service # tag: tmss_lofar2_sibling_service
workflow: workflow:
container_name: tmss_workflow container_name: tmss_workflow
image: 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