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": {
}
}

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: