# CableGUI — production compose for mDock. # Lives at /home/m/stacks/cablegui/docker-compose.yml on mDock. # Matches the existing mDock service patterns (mgreen, mgeo, …). services: cablegui: image: mgit.msbls.de/m/cablegui:latest container_name: cablegui restart: unless-stopped ports: - "7777:7777" environment: - TZ=Europe/Berlin - CABLEGUI_ADDR=0.0.0.0:7777 - CABLEGUI_DB=/app/data/cablegui.db env_file: # MEXDRAW_USER + MEXDRAW_PASS for the mxdrw HTTP Basic Auth on export. - /home/m/secrets/cablegui/.env volumes: - /home/m/stacks/cablegui/data:/app/data