Skip to content

Commit d12c0bb

Browse files
committed
Remove unnecessary port mappings from ubx and nmea middleware services
These services use the socat bridge for outgoing communication only which means the port does not need to be exposed
1 parent 377c985 commit d12c0bb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker/docker-compose.networking.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ services:
2828
ubx:
2929
networks:
3030
- dds
31-
ports:
32-
- "${SOCAT_BRIDGE_PORT:?empty or not set}:${SOCAT_BRIDGE_PORT:?empty or not set}/tcp"
3331
environment:
3432
SOCAT_BRIDGE_PORT: ${SOCAT_BRIDGE_PORT:?empty or not set}
3533
GISNAV_FCU_URL: ${GISNAV_FCU_URL:?empty or not set} # todo TCP bridge only for simulation?
@@ -39,8 +37,6 @@ services:
3937
nmea:
4038
networks:
4139
- dds
42-
ports:
43-
- "${SOCAT_BRIDGE_PORT:?empty or not set}:${SOCAT_BRIDGE_PORT:?empty or not set}/tcp"
4440
environment:
4541
SOCAT_BRIDGE_PORT: ${SOCAT_BRIDGE_PORT:?empty or not set}
4642
GISNAV_FCU_URL: ${GISNAV_FCU_URL:?empty or not set} # todo TCP bridge only for simulation?

0 commit comments

Comments
 (0)