mirror of
https://github.com/RunLit/Bambu-Run.git
synced 2026-06-22 14:09:04 +01:00
* added mcp initial trail files * timestamp use your local django timezone * added bambu cloud task sync with correct endpoint other than py cloud api * back fill and relink print name using cloud if there is * use correct bump-version
14 lines
200 B
YAML
14 lines
200 B
YAML
services:
|
|
bambu-run:
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|
|
- "8808:8808"
|
|
env_file: .env
|
|
volumes:
|
|
- bambu_data:/app/data
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
bambu_data:
|