Add Docker compose templates and configurations

This commit is contained in:
kelinfoxy
2026-03-17 17:29:50 -04:00
parent b28a11f619
commit 58306f7fe6
67 changed files with 738607 additions and 93 deletions

View File

@@ -0,0 +1,7 @@
# #######################################################
# NO webui = minimal config reguired
SERVICE_NAME=sablier
ICON_URL=https://cdn.jsdelivr.net/gh/selfhst/icons@main/svg/${SERVICE_NAME}.svg
ICON_LABEL=com.getarcaneapp.arcane.icon=${ICON_URL}

View File

@@ -0,0 +1,24 @@
services:
sablier:
image: acouvreur/sablier:1.7.0
container_name: sablier
restart: unless-stopped
networks:
- traefik-network
- homelab-network
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
command:
- start
- --provider.name=docker
labels:
- ${ICON_LABEL}
networks:
traefik-network:
external: true
homelab-network:
external: true
x-arcane:
icon: ${ICON_URL}