https://github.com/btr1975/temporal-lab-pod-porter
A pod-porter for a Temporal Lab
https://github.com/btr1975/temporal-lab-pod-porter
containers docker docker-compose pod-porter podman podman-compose python python3 temporal
Last synced: 5 days ago
JSON representation
A pod-porter for a Temporal Lab
- Host: GitHub
- URL: https://github.com/btr1975/temporal-lab-pod-porter
- Owner: btr1975
- License: mit
- Created: 2026-03-05T22:01:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-01T21:04:24.000Z (2 months ago)
- Last Synced: 2026-05-01T23:10:45.667Z (2 months ago)
- Topics: containers, docker, docker-compose, pod-porter, podman, podman-compose, python, python3, temporal
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# temporal-lab-pod-porter
* A pod-porter to deploy a temporal lab environment to Podman or Docker.
* I **100%** recommend using Podman over Docker, but the choice is yours.
### Pod-Porter Reference
* [Pod-Porter](https://pod-porter.readthedocs.io/en/latest/)
* [Pod-Porter Examples](https://github.com/btr1975/automation-framework/tree/main/porter)
### Included
* Temporal
* Temporal-UI
* Temporal-CLI (in the container)
### Some Directions
* Clone the repo
* Build the container using the Makefile, or make.bat file in the containers directory
* Use pod-porter to generate the entire compose file
* Use podman-compose or docker-compose to deploy the environment
* [Instructions for temporal-cli binaries](./containers/binaries/README.md)
### Informational URLs
* [Pod-Porter](https://pod-porter.readthedocs.io/en/latest)
* [Podman](https://podman.io/)
* [Podman Compose](https://github.com/containers/podman-compose)
* [Docker](https://www.docker.com/)
* [Docker Compose](https://docs.docker.com/compose/)
* [Docker Swarm](https://docs.docker.com/engine/swarm/)
* [Compose Specification](https://compose-spec.io/)
* [Dockerfile Reference](https://docs.docker.com/engine/reference/builder/)
* [Docker Compose Reference](https://docs.docker.com/compose/compose-file/)