Files
altstack-data/deployments/tabby/docker-compose.yml

20 lines
431 B
YAML

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