Skip to content

bitswan-space/bitswan-gitops

Repository files navigation

Bitswan GitOps

Bitswan gitops is a service that manages the deployment, management and monitoring of bitswan automations. With it, you can deploy a bitswan Jupyter notebook into production with the click of a button.

Installation

For installation use the bitswan cli.

Development

  1. Be sure external docker network bitswan_network is created, otherwise create it
docker network create bitswan_network  
  1. Copy .env.example env file and fill slugs
cp .env.example .env

Mac

docker compose --env-file .env -f docker-compose.mac.yaml up  -d  

Linux

docker compose --env-file .env -f docker-compose.linux.yaml up -d

In development you can then connect to the gitops either via curl / postman at 0.0.0.0:8079 or you can set it up as a gitops from a running vscode instance by adding the gitops to the vscode extension [https://github.com/bitswan-space/bitswan-editor](see the bitswan editor readme).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages