Skip to content
Snippets Groups Projects
Commit d53ecef5 authored by Taya Snijder's avatar Taya Snijder
Browse files

arbitrary change to trigger build image

parent 825e8124
Branches
Tags
1 merge request!406Resolve L2SS-912 "Add ccd device"
...@@ -31,7 +31,7 @@ services: ...@@ -31,7 +31,7 @@ services:
networks: networks:
- control - control
ports: ports:
- "5721:5721" # unique port for this DS - "5722:5722" # unique port for this DS
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
volumes: volumes:
...@@ -43,5 +43,5 @@ services: ...@@ -43,5 +43,5 @@ services:
- bin/start-ds.sh - bin/start-ds.sh
# configure CORBA to _listen_ on 0:port, but tell others we're _reachable_ through ${HOSTNAME}:port, since CORBA # configure CORBA to _listen_ on 0:port, but tell others we're _reachable_ through ${HOSTNAME}:port, since CORBA
# can't know about our Docker port forwarding # can't know about our Docker port forwarding
- l2ss-ccd Ccd STAT -v -v -ORBendPoint giop:tcp:device-ccd:5721 -ORBendPointPublish giop:tcp:${HOSTNAME}:5721 - l2ss-ccd Ccd STAT -v -v -ORBendPoint giop:tcp:device-ccd:5722 -ORBendPointPublish giop:tcp:${HOSTNAME}:5722
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