Thomas E Lackey
db4986dcc6
All checks were successful
Lint Checks / Run linter (push) Successful in 49s
Publish / Build and publish (push) Successful in 1m29s
Deploy Test / Run deploy test suite (push) Successful in 5m12s
Webapp Test / Run webapp test suite (push) Successful in 4m54s
Smoke Test / Run basic test suite (push) Successful in 4m41s
This adds a stack for the backend from snowball/snowballtools-base. Reviewed-on: #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:
|