https://github.com/heikkilamarko/temporal-demo
Temporal Demo
https://github.com/heikkilamarko/temporal-demo
caddy docker grafana postgresql prometheus temporalio
Last synced: 3 months ago
JSON representation
Temporal Demo
- Host: GitHub
- URL: https://github.com/heikkilamarko/temporal-demo
- Owner: heikkilamarko
- License: mit
- Created: 2025-01-22T11:03:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-25T18:50:44.000Z (9 months ago)
- Last Synced: 2025-10-25T20:36:52.722Z (9 months ago)
- Topics: caddy, docker, grafana, postgresql, prometheus, temporalio
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Temporal Demo
## Start
```bash
docker compose up --build -d
```
## Stop
```bash
docker compose down -v
```
## Temporal UI
http://localhost:8000/temporal
## Grafana
http://localhost:8000/grafana
| Username | Password |
| -------- | ---------- |
| `admin` | `S3c_r3t!` |