Added supoort for RootCA
Modified - docker-compose.yaml Added -/.devcontainer/Root-CA/devcontainer.json
This commit is contained in:
parent
c8f48664c1
commit
92cd252aa7
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": {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
@ -1 +1 @@
|
||||
Subproject commit adebf8b88e93ad1e092a1ce8b42d7aa063a516d9
|
||||
Subproject commit a8424ddfbc9de5d0e3ca6899982f59c10a17d07e
|
||||
@ -1,6 +1,15 @@
|
||||
name: "IoT-Gatherer-Project"
|
||||
|
||||
services:
|
||||
root-ca:
|
||||
image: "swift:latest"
|
||||
volumes:
|
||||
- .:/workspace
|
||||
hostname: iot-simulator.internal
|
||||
networks:
|
||||
iot-network:
|
||||
command: sleep infinity
|
||||
|
||||
iot-simulator:
|
||||
image: "swift:latest"
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user