mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 19:53:12 +02:00
20 lines
431 B
YAML
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:
|