Added supoort for RootCA
Modified - docker-compose.yaml Added -/.devcontainer/Root-CA/devcontainer.json
This commit is contained in:
24
.devcontainer/Root-CA/devcontainer.json
Normal file
24
.devcontainer/Root-CA/devcontainer.json
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
// Displayed name
|
||||||
|
"name": "Root-CA",
|
||||||
|
|
||||||
|
// Service name from compose file
|
||||||
|
"service": "root-ca",
|
||||||
|
|
||||||
|
// Compose-File
|
||||||
|
"dockerComposeFile": ["../../docker-compose.yaml"],
|
||||||
|
|
||||||
|
// The WorkspaceFolder inside container
|
||||||
|
"workspaceFolder": "/workspace/CA-Provisioner",
|
||||||
|
|
||||||
|
// Env in container
|
||||||
|
"containerEnv": {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
Submodule CA-Provisioners updated: adebf8b88e...a8424ddfbc
@@ -1,6 +1,15 @@
|
|||||||
name: "IoT-Gatherer-Project"
|
name: "IoT-Gatherer-Project"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
root-ca:
|
||||||
|
image: "swift:latest"
|
||||||
|
volumes:
|
||||||
|
- .:/workspace
|
||||||
|
hostname: iot-simulator.internal
|
||||||
|
networks:
|
||||||
|
iot-network:
|
||||||
|
command: sleep infinity
|
||||||
|
|
||||||
iot-simulator:
|
iot-simulator:
|
||||||
image: "swift:latest"
|
image: "swift:latest"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user