# ------------------------------------------------------------------------- # 🚀 Created and distributed by The AltStack # 🌍 https://thealtstack.com # ------------------------------------------------------------------------- services: tabby: image: tabbyml/tabby:latest container_name: tabby restart: unless-stopped ports: - "8082:8080" volumes: - tabby-data:/data volumes: tabby-data: