CI: Add SonarCloud scan GHA workflow
[nonrtric/plt/ranpm.git] / docker-proj / docker-compose-pm-https.yaml
index bf1417f..e50da91 100644 (file)
@@ -24,11 +24,15 @@ networks:
 services:
   pm-https-server-${CONTAINER_NUM}:
     container_name: pm-https-server-${CONTAINER_NUM}
+    hostname: pm-https-server-${CONTAINER_NUM}
     image: $PM_HTTPSSERVER_IMAGE
     environment:
-      ALWAYS_RETURN: /files/pm.xml.gz
+      ALWAYS_RETURN: /ne-files/pm.xml.gz
+      GENERATED_FILE_START_TIME: "${START_TIME}"
+      GENERATED_FILE_TIMEZONE:  "+0100"
     volumes:
-    - ./ne-files:/files:rw
+    - ./ne-files:/ne-files:rw
+    - ./config/https/template-files:/template-files
     - ./config/https/certs/https-${CONTAINER_NUM}.key:/certs/server.key
     - ./config/https/certs/https-${CONTAINER_NUM}.crt:/certs/server.crt
     labels: