stack-orchestrator/stack_orchestrator/data/compose/docker-compose-laconicd.yml

18 lines
309 B
YAML
Raw Normal View History

2022-09-19 05:28:34 +00:00
version: "3.2"
services:
laconicd:
restart: unless-stopped
image: cerc/laconicd:local
2022-10-12 22:30:37 +00:00
# TODO: determine which of the ports below is really needed
ports:
- "6060"
- "26657"
- "26656"
- "9473"
- "8545"
- "8546"
- "9090"
- "9091"
- "1317"
2022-10-13 02:51:31 +00:00