Skip to content
Snippets Groups Projects
Commit 1ce128b1 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-630: merge branch 'L2SS-757' into 'L2SS-630'

parent 48474c2e
No related branches found
No related tags found
1 merge request!296Resolve L2SS-630 "Refactor functions graded c"
...@@ -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