https://github.com/heikkilamarko/temporal-demo
Temporal Demo
https://github.com/heikkilamarko/temporal-demo
caddy docker grafana postgresql prometheus temporalio
Last synced: 7 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-11T21:03:55.000Z (7 months ago)
- Last Synced: 2025-03-11T22:19:35.553Z (7 months ago)
- Topics: caddy, docker, grafana, postgresql, prometheus, temporalio
- Language: Go
- Homepage:
- Size: 41 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!` |