Files
altstack-data/docker-deploy/garage/docker-compose.yml
2026-04-19 08:36:29 +00:00

21 lines
828 B
YAML

# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# 🚀 BUILT & MAINTAINED BY THE ALTSTACK
# 🌍 https://thealtstack.com
# 💡 Open-source deployment templates for modern self-hosting.
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
version: '3.8'
services:
garage:
image: ghcr.io/deuxfleurs-org/garage:latest
container_name: garage
restart: unless-stopped
ports:
- "3900:3900"
environment:
- RUST_LOG=info
- GARAGE_ENDPOINT=http://localhost:3900