mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 21:53:12 +02:00
20 lines
770 B
YAML
20 lines
770 B
YAML
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
# 🚀 BUILT & MAINTAINED BY THE ALTSTACK
|
|
# 🌍 https://thealtstack.com
|
|
# 💡 Open-source deployment templates for modern self-hosting.
|
|
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
|
|
services:
|
|
tabby:
|
|
image: tabbyml/tabby:latest
|
|
container_name: tabby
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8082:8080"
|
|
volumes:
|
|
- tabby-data:/data
|
|
|
|
volumes:
|
|
tabby-data:
|