chore: add support for devcontainers (#50)

This commit is contained in:
Simon Emms
2025-07-22 17:47:07 +01:00
committed by GitHub
parent 40714071d6
commit 4ed4efbe83
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"name": "Temporal AI Agentic Demo",
"features": {
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers-extra/features/poetry:2": {},
"ghcr.io/devcontainers/features/python:1": {},
"ghcr.io/devcontainers-extra/features/temporal-cli:1": {},
"ghcr.io/mrsimonemms/devcontainers/tcld:1": {}
},
"forwardPorts": [
5173,
7233,
8000,
8233
],
"containerEnv": {
"VITE_HOST": "0.0.0.0"
}
}