forked from cerc-io/stack-orchestrator
basic mars stack
This commit is contained in:
parent
cef73d8de2
commit
2d764fc7d0
8
stack_orchestrator/data/compose/docker-compose-mars.yml
Normal file
8
stack_orchestrator/data/compose/docker-compose-mars.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
version: "3.2"
|
||||||
|
|
||||||
|
services:
|
||||||
|
mars:
|
||||||
|
image: cerc/mars:local
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- "3000:3000"
|
4
stack_orchestrator/data/container-build/cerc-mars/build.sh
Executable file
4
stack_orchestrator/data/container-build/cerc-mars/build.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# Build the mars image
|
||||||
|
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
|
||||||
|
docker build -t cerc/mars:local -f ${CERC_REPO_BASE_DIR}/mars-interface/Dockerfile ${build_command_args} ${CERC_REPO_BASE_DIR}/mars-interface
|
8
stack_orchestrator/data/stacks/mars/stack.yml
Normal file
8
stack_orchestrator/data/stacks/mars/stack.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
version: "0.1"
|
||||||
|
name: mars
|
||||||
|
repos:
|
||||||
|
- github.com/cerc-io/mars-interface
|
||||||
|
containers:
|
||||||
|
- cerc/mars
|
||||||
|
pods:
|
||||||
|
- mars
|
Loading…
Reference in New Issue
Block a user