repo clean-up 98/11498/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Wed, 5 Jul 2023 16:16:22 +0000 (16:16 +0000)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Wed, 5 Jul 2023 16:16:33 +0000 (16:16 +0000)
- rename *.yml files to *.yaml files

Issue-ID: OAM-346
Change-Id: I3f916185eab9e21183cdb7a0012e0db1a5f3e297
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
code/client-scripts-ves-v7/config.yaml [moved from code/client-scripts-ves-v7/config.yml with 100% similarity]
solution/network/docker-compose.yaml [moved from solution/network/docker-compose.yml with 100% similarity]
solution/smo/apps/docker-compose.yaml [moved from solution/smo/apps/docker-compose.yml with 100% similarity]
solution/smo/common/docker-compose.yaml [moved from solution/smo/common/docker-compose.yml with 98% similarity]
solution/smo/common/gateway/conf/middleware.yaml [moved from solution/smo/common/gateway/conf/middleware.yml with 100% similarity]
solution/smo/oam/docker-compose.yaml [moved from solution/smo/oam/docker-compose.yml with 100% similarity]

similarity index 98%
rename from solution/smo/common/docker-compose.yml
rename to solution/smo/common/docker-compose.yaml
index 4007619..ebfac8b 100755 (executable)
@@ -57,10 +57,10 @@ services:
       - --providers.docker.network=${TRAEFIK_NETWORK_NAME}
       - --providers.docker.exposedByDefault=false
       - --providers.docker.watch=true
-      - --providers.file.filename=/middleware.yml
+      - --providers.file.filename=/middleware.yaml
     volumes:
       - /var/run/docker.sock:/var/run/docker.sock:ro
-      - ./gateway/conf/middleware.yml:/middleware.yml:ro
+      - ./gateway/conf/middleware.yaml:/middleware.yaml:ro
       - ./gateway/conf/.htpasswd:/.htpasswd:ro
     labels:
       traefik.enable: true