Go to file
alex 8027dc3716 auth key 2024-05-10 22:40:13 +02:00
bambu-go2rtc@a6418dc619 auth key 2024-05-10 22:40:13 +02:00
builder auth key 2024-05-10 22:40:13 +02:00
template auth key 2024-05-10 22:40:13 +02:00
template-docker init 2024-05-09 22:40:37 +02:00
README.md update readme 2024-05-09 23:04:04 +02:00
commit_and_push.sh init 2024-05-09 22:40:37 +02:00
delete-one-instance.sh auth key 2024-05-10 22:40:13 +02:00
generator.py auth key 2024-05-10 22:40:13 +02:00
servers.yml auth key 2024-05-10 22:40:13 +02:00
start.sh init 2024-05-09 22:40:37 +02:00

README.md

Create Octoprint template Docker (if not already done)

Go to ./template-docker/ and execute docker compose up -d to run the Docker in the background.

Octoprint Multi Docker Setup

Execute start.sh to create multiple Octoprint instances using the Octoprint template as the base system.

This is how it works

After executing start.sh, the current state of the Octoprint Docker Template is copied to template/octoprint.

The config.yaml can be found in template/octoprint/octoprint/

I want to see the configuration of the Octoprint template directly docker

Execute docker exec -it octoprint-template bash to join the Docker. You will find the config.yaml in /octoprint/octoprint/config.yaml.