Skip to content
Snippets Groups Projects
Commit aeb1812b authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-200: Update docker compose files for new entrypoint

parent 5098f385
No related branches found
No related tags found
1 merge request!64L2SS-200: file restructuring for tango project
......@@ -33,5 +33,5 @@ services:
- --timeout=30
- --strict
- --
- python3 -u ${TANGO_LOFAR_CONTAINER_DIR}/devices/PCC.py LTS -v
- python3 -u ${TANGO_LOFAR_CONTAINER_DIR}/devices/devices/pcc.py LTS -v
restart: on-failure
......@@ -33,5 +33,5 @@ services:
- --timeout=30
- --strict
- --
- python3 -u ${TANGO_LOFAR_CONTAINER_DIR}/devices/SDP.py LTS -v
- python3 -u ${TANGO_LOFAR_CONTAINER_DIR}/devices/devices/sdp/sdp.py LTS -v
restart: on-failure
......@@ -35,5 +35,5 @@ services:
- --timeout=30
- --strict
- --
- python3 -u ${TANGO_LOFAR_CONTAINER_DIR}/devices/SST.py LTS -v
- python3 -u ${TANGO_LOFAR_CONTAINER_DIR}/devices/devices/sst.py LTS -v
restart: on-failure
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