basic mars stack

This commit is contained in:
zramsay
2024-01-29 16:00:58 +00:00
parent cef73d8de2
commit 2d764fc7d0
3 changed files with 20 additions and 0 deletions
@@ -0,0 +1,8 @@
version: "3.2"
services:
mars:
image: cerc/mars:local
restart: always
ports:
- "3000:3000"