stack-orchestrator/stack_orchestrator/data/compose/docker-compose-mars.yml
2024-01-29 16:00:58 +00:00

9 lines
112 B
YAML

version: "3.2"
services:
mars:
image: cerc/mars:local
restart: always
ports:
- "3000:3000"