Skip to content
Snippets Groups Projects
Verified Commit b3795ce6 authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Initial commit with barebone structure for service

parents
Branches
Tags
No related merge requests found
#! /usr/bin/env bash
# Check Connection to Ceph RGW
python app/check_ceph_connection.py
# Check Connection to Slurm Cluster
python app/check_slurm_connection.py
# Let the DB start
python app/check_database_connection.py
#! /usr/bin/env bash
./scripts/prestart.sh
# Start webserver
uvicorn app.main:app --host 0.0.0.0 --port 8000 --no-server-header
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment