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