/ compose.yaml
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    registry:
13      image: ghcr.io/project-zot/zot:v2.1.2
14      ports:
15        - 5000:5000