Added supoort for RootCA

Modified
- docker-compose.yaml

Added
-/.devcontainer/Root-CA/devcontainer.json
This commit is contained in:
Christian Risi 2024-11-20 10:12:49 +01:00
parent c8f48664c1
commit 92cd252aa7
3 changed files with 34 additions and 1 deletions

View 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

View File

@ -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: