Skip to content
Snippets Groups Projects
Commit b93ac6c6 authored by Auke Klazema's avatar Auke Klazema
Browse files

L2SS-757: Use hwtr instead of python3 pypcc2.py

The structure of pypcc repo has been changed. We now need to use hwtr.
parent f0c3e7d6
No related branches found
No related tags found
1 merge request!306L2SS-757: Use hwtr instead of python3 pypcc2.py
...@@ -21,5 +21,5 @@ services: ...@@ -21,5 +21,5 @@ services:
max-file: "10" max-file: "10"
networks: networks:
- control - control
entrypoint: python3 pypcc2.py --simulator --port 4843 --config APSCTTR entrypoint: hwtr --simulator --port 4843 --config APSCTTR
restart: on-failure restart: on-failure
...@@ -21,5 +21,5 @@ services: ...@@ -21,5 +21,5 @@ services:
max-file: "10" max-file: "10"
networks: networks:
- control - control
entrypoint: python3 pypcc2.py --simulator --port 4842 --config APSPUTR entrypoint: hwtr --simulator --port 4842 --config APSPUTR
restart: on-failure restart: on-failure
...@@ -3,4 +3,4 @@ ARG LOCAL_DOCKER_REGISTRY_LOFAR ...@@ -3,4 +3,4 @@ ARG LOCAL_DOCKER_REGISTRY_LOFAR
FROM ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_LOFAR}/pypcc:latest FROM ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_LOFAR}/pypcc:latest
CMD ["python3", "pypcc2.py", "--simulator", "--port","4843"] CMD ["hwtr", "--simulator", "--port","4843"]
...@@ -21,5 +21,5 @@ services: ...@@ -21,5 +21,5 @@ services:
max-file: "10" max-file: "10"
networks: networks:
- control - control
entrypoint: python3 pypcc2.py --simulator --port 4840 --config RECVTR entrypoint: hwtr --simulator --port 4840 --config RECVTR
restart: on-failure restart: on-failure
...@@ -21,5 +21,5 @@ services: ...@@ -21,5 +21,5 @@ services:
max-file: "10" max-file: "10"
networks: networks:
- control - control
entrypoint: python3 pypcc2.py --simulator --port 4841 --config UNB2TR entrypoint: hwtr --simulator --port 4841 --config UNB2TR
restart: on-failure restart: on-failure
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment