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