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

TMSS-2829: added tmss_copy_service to docker compose

parent 8d646bcf
No related branches found
No related tags found
Loading
...@@ -250,6 +250,29 @@ services: ...@@ -250,6 +250,29 @@ services:
# driver: journald # driver: journald
# options: # options:
# tag: tmss_lofar2_sibling_service # tag: tmss_lofar2_sibling_service
copy_service:
container_name: tmss_copy_service
image: tmss_copy_service
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_copy_service'
depends_on:
db_migrate:
condition: service_completed_successfully
logging:
driver: journald
options:
tag: tmss_copy_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.
Please register or to comment