forked from cerc-io/stack-orchestrator
Thomas E Lackey
db4986dcc6
This adds a stack for the backend from snowball/snowballtools-base. Reviewed-on: cerc-io/stack-orchestrator#751 Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com> Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
14 lines
219 B
YAML
14 lines
219 B
YAML
services:
|
|
snowballtools-base-backend:
|
|
image: cerc/snowballtools-base-backend:local
|
|
restart: always
|
|
volumes:
|
|
- data:/data
|
|
- config:/config:ro
|
|
ports:
|
|
- 8000
|
|
|
|
volumes:
|
|
data:
|
|
config:
|