Commit 5b965d42 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 45e24927
...@@ -3,13 +3,13 @@ services: ...@@ -3,13 +3,13 @@ services:
test-echo: # each service should have its own name test-echo: # each service should have its own name
image: ${IMAGE} image: ${IMAGE}
container_name: ${PIPELINE_ID}-echo # each container should have its own name container_name: ${DOCKER_IMAGE}-echo # each container should have its own name
user: csst user: csst
env_file: env_file:
- .env - .env
volumes: volumes:
- ${CSST_DFS_ROOT}:/dfs_root:ro - ${CSST_DFS_ROOT}:/dfs_root:ro
- ${CCDS_ROOT}:/ccds_root:ro - ${CCDS_ROOT}:/ccds_root:ro
- ${CSST_INTTEST_ROOT}/${PIPELINE_ID}/build/echo:/pipeline/output # change it as necessary - ${CSST_INTTEST_ROOT}/${DOCKER_IMAGE}/build/echo:/pipeline/output # change it as necessary
command: > # change it as necessary command: > # change it as necessary
run '{"dag":"csst-msc-l1-mbi","dag_run":"csst-msc-l1-mbi-inttest","dataset":"csst-msc-c9-25sqdeg-v3","instrument":"MSC","obs_type":"WIDE","obs_group":"W1","obs_id":"10100261626","detector":"09","batch_id":"inttest","pmapname":"csst_000094.pmap","ref_cat":"trilegal_093"}' run '{"dag":"csst-msc-l1-mbi","dag_run":"csst-msc-l1-mbi-inttest","dataset":"csst-msc-c9-25sqdeg-v3","instrument":"MSC","obs_type":"WIDE","obs_group":"W1","obs_id":"10100261626","detector":"09","batch_id":"inttest","pmapname":"csst_000094.pmap","ref_cat":"trilegal_093"}'
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment