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.
For installation use the bitswan
cli.
- Be sure external docker network
bitswan_network
is created, otherwise create it
docker network create bitswan_network
- Copy
.env.example
env file and fill slugs
cp .env.example .env
docker compose --env-file .env -f docker-compose.mac.yaml up -d
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).