-
Notifications
You must be signed in to change notification settings - Fork 14
/
docker-compose.yml
28 lines (27 loc) · 1.08 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
version: '2'
services:
octoeverywhere-bambu-connect:
image: octoeverywhere/octoeverywhere:latest
environment:
# https://octoeverywhere.com/s/access-code
- ACCESS_CODE=XXXXXXXX
# https://octoeverywhere.com/s/bambu-sn
- SERIAL_NUMBER=XXXXXXXXXXXXXXX
# Find using the printer's display or use https://octoeverywhere.com/s/bambu-ip
- PRINTER_IP=XXX.XXX.XXX.XXX
volumes:
# This can also be an absolue path, e.g. /var/octoeverywhere/plugin/data or /c/users/name/plugin/data
- ./data:/data
# Add as many printers as you want!
# octoeverywhere-bambu-connect-2:
# image: octoeverywhere/octoeverywhere:latest
# environment:
# # https://octoeverywhere.com/s/access-code
# - ACCESS_CODE=XXXXXXXX
# # https://octoeverywhere.com/s/bambu-sn
# - SERIAL_NUMBER=XXXXXXXXXXXXXXX
# # Find using the printer's display or use https://octoeverywhere.com/s/bambu-ip
# - PRINTER_IP=XXX.XXX.XXX.XXX
# volumes:
# # Specify a path mapping for the required persistent storage
# - ./data:/data