Added CA Provisioners files

This commit is contained in:
Christian Risi 2024-11-20 10:07:47 +01:00
parent b0a765aff7
commit c8f48664c1
3 changed files with 4 additions and 3 deletions

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "Leader-Service"] [submodule "Leader-Service"]
path = Leader-Service path = Leader-Service
url = https://repositories.communitynotfound.work/PoliBa-Software-Architecture/Leader-Service.git url = https://repositories.communitynotfound.work/PoliBa-Software-Architecture/Leader-Service.git
[submodule "CA-Provisioners"]
path = CA-Provisioners
url = https://repositories.communitynotfound.work/PoliBa-Software-Architecture/CA-Provisioners.git

1
CA-Provisioners Submodule

@ -0,0 +1 @@
Subproject commit adebf8b88e93ad1e092a1ce8b42d7aa063a516d9

View File

@ -8,7 +8,6 @@ services:
hostname: iot-simulator.internal hostname: iot-simulator.internal
networks: networks:
iot-network: iot-network:
ipv4_address: 10.0.0.15
command: sleep infinity command: sleep infinity
leader-service: leader-service:
@ -18,7 +17,6 @@ services:
hostname: leader-service.internal hostname: leader-service.internal
networks: networks:
iot-network: iot-network:
ipv4_address: 10.0.0.2
command: sleep infinity command: sleep infinity
nginx-mediator: nginx-mediator:
@ -29,7 +27,6 @@ services:
hostname: nginx-mediator.internal hostname: nginx-mediator.internal
networks: networks:
iot-network: iot-network:
ipv4_address: 10.0.0.10
command: sleep infinity command: sleep infinity
networks: networks: