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_networkis created, otherwise create it
docker network create bitswan_network - Copy
.env.exampleenv file and fill slugs
cp .env.example .envdocker compose --env-file .env -f docker-compose.mac.yaml up -d docker compose --env-file .env -f docker-compose.linux.yaml up -dIn 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 see the bitswan editor readme.