this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: initial structure for Temporal

+14
+13
compose.yaml
··· 1 + services: 2 + temporal: 3 + image: docker.io/temporalio/server:1.27 4 + entrypoint: 5 + - temporal 6 + - server 7 + - start-dev 8 + - --ip=0.0.0.0 9 + ports: 10 + - 7233:7233 11 + - 8233:8233 12 + worker: 13 + build: ./hack/workflows
hack/workflows/Dockerfile

This is a binary file and will not be displayed.

+1
hack/workflows/README.md
··· 1 + TODO: find a home for this