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

9 lines
112 B
YAML

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