# KX-Bridge Nightly — Portainer Stack # # Paste this into Portainer → Stacks → Add stack → Web editor # # Uses the nightly build — may be unstable, for testing new features early. # For production use, see docker-compose.portainer.yml (:latest). services: kx-bridge: image: gitea.it-drui.de/viewit/kx-bridge:nightly volumes: - kx-bridge-config:/app/config - kx-bridge-data:/app/data ports: # Port 7125 = first printer. Add 7126, 7127, … for each additional printer. - "7125:7125" restart: unless-stopped logging: driver: json-file options: max-size: "10m" max-file: "3" volumes: kx-bridge-config: kx-bridge-data: