Initial commit

This commit is contained in:
2022-04-17 15:55:46 +02:00
commit 62cd10bb99
28 changed files with 681 additions and 0 deletions

View File

@ -0,0 +1,22 @@
Portainer Stack:
```
---
version: "3.8"
volumes:
octoprint:
services:
octoprint:
image: octoprint/octoprint:latest
container_name: octoprint
network_mode: bridge
restart: unless-stopped
user: 1000:1000
volumes:
- octoprint:/octoprint
# devices:
# - /dev/ttyUSB0:/dev/ttyUSB0
ports:
- 80:80
labels:
- com.centurylinklabs.watchtower.enable=true
```