Skip to content

Commit b1815ea

Browse files
committed
configured nos3-sample-sim to be parameterizable
1 parent f7e55fb commit b1815ea

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

deployments/compose.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,8 @@ services:
750750
condition: service_healthy
751751
nos3-fsw:
752752
condition: service_healthy
753-
container_name: sc01-sample-sim
753+
container_name: ${COMPOSE_PROJECT_NAME}-sample-sim
754+
hostname: ${COMPOSE_PROJECT_NAME}-sample-sim
754755
working_dir: /home/nos3/builds/nos3/sims/build/bin
755756
command: "./nos3-single-simulator -f ./nos3-simulator.xml sample-sim"
756757
volumes:
@@ -762,6 +763,8 @@ services:
762763
PROJECT_NAME: ${PROJECT_NAME}
763764
networks:
764765
nos3-m01-sc01-00:
766+
aliases:
767+
- sample-sim
765768
nos3-m01-core-00:
766769

767770
nos3-startrk-sim:

0 commit comments

Comments
 (0)