added sencho to ArrStack
Deploy ArrStack / deploy (push) Successful in 30s
Deploy ArrStack / deploy (push) Failing after 7s

This commit is contained in:
Mike McFetridge
2026-07-22 18:58:23 -04:00
parent f27d9d93ec
commit 0da0fba8ac
+15
View File
@@ -381,6 +381,21 @@ services:
arrnetwork: arrnetwork:
ipv4_address: ${IP_WATCH} ipv4_address: ${IP_WATCH}
sencho:
image: saelix/sencho:latest
container_name: sencho
restart: unless-stopped
ports:
- "1852:1852"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/Docker-Deployments/Sencho/data:/app/data
# Change this line so the container path matches the host path:
- /opt/Docker-Deployments:/opt/Docker-Deployments
environment:
- COMPOSE_DIR=/opt/Docker-Deployments
- DATA_DIR=/app/data
volumes: volumes:
gluetun_volume: gluetun_volume:
qbittorrent_volume: qbittorrent_volume: