Adaptations to docker-compose V2
[nonrtric.git] / test / simulator-group / ecs / docker-compose.yml
index b74252a..588f8c3 100644 (file)
@@ -16,8 +16,8 @@
 version: '3.0'
 networks:
   default:
-    external:
-      name: ${DOCKER_SIM_NWNAME}
+    external: true
+    name: ${DOCKER_SIM_NWNAME}
 services:
   ecs:
     image: ${ECS_IMAGE}
@@ -32,6 +32,6 @@ services:
     ports:
     - ${ECS_EXTERNAL_PORT}:${ECS_INTERNAL_PORT}
     - ${ECS_EXTERNAL_SECURE_PORT}:${ECS_INTERNAL_SECURE_PORT}
-
-
-
+    labels:
+      - "nrttest_app=ECS"
+      - "nrttest_dp=${ECS_DISPLAY_NAME}"