mirror of
https://github.com/dimalo/klipper-web-control-docker.git
synced 2026-05-06 15:55:43 +02:00
update docker-compose.yml
- use only fluidd by default, commented out mainsail
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version: '3.4'
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
klipper:
|
||||
@@ -58,7 +58,7 @@ services:
|
||||
|
||||
|
||||
fluidd:
|
||||
image: cadriel/fluidd
|
||||
image: dimalo/fluidd
|
||||
# build:
|
||||
# dockerfile: Dockerfile
|
||||
# context: frontend
|
||||
@@ -72,22 +72,22 @@ services:
|
||||
- klipper:klipper
|
||||
# - klipper_another_printer:klipper_another_printer
|
||||
|
||||
mainsail:
|
||||
image: dimalo/mainsail
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
context: frontend
|
||||
args:
|
||||
FRONTEND_ZIP_URL: https://github.com/meteyou/mainsail/releases/latest/download/mainsail.zip
|
||||
container_name: mainsail
|
||||
ports:
|
||||
- 8011:80
|
||||
depends_on:
|
||||
- klipper
|
||||
# - klipper_another_printer
|
||||
links:
|
||||
- klipper:klipper
|
||||
# - klipper_another_printer:klipper_another_printer
|
||||
# mainsail:
|
||||
# image: dimalo/mainsail
|
||||
# build:
|
||||
# dockerfile: Dockerfile
|
||||
# context: frontend
|
||||
# args:
|
||||
# FRONTEND_ZIP_URL: https://github.com/meteyou/mainsail/releases/latest/download/mainsail.zip
|
||||
# container_name: mainsail
|
||||
# ports:
|
||||
# - 8011:80
|
||||
# depends_on:
|
||||
# - klipper
|
||||
# # - klipper_another_printer
|
||||
# links:
|
||||
# - klipper:klipper
|
||||
# # - klipper_another_printer:klipper_another_printer
|
||||
|
||||
volumes:
|
||||
gcode_files:
|
||||
|
||||
Reference in New Issue
Block a user