[Komodo] Commit Sync: update master_sync.toml

This commit is contained in:
komodo
2026-02-10 15:25:08 +00:00
parent 6e1514c07b
commit 4101da1ae3

View File

@@ -249,6 +249,46 @@ ignore_services = ["signal-cli-rest-api"]
##
[[stack]]
name = "wallos"
[stack.config]
server = "unraid"
auto_update = true
file_contents = """
networks:
Internal:
name: Internal_Network
external: true
services:
wallos:
container_name: wallos
image: bellamy/wallos:latest
expose:
- 80
environment:
- TZ=America\New_York
- PGID=65536
- PUID=1031
volumes:
- /mnt/user/docker/wallos/db:/var/www/html/db
- /mnt/user/docker/wallos/logos:/var/www/html/images/uploads/logos
restart: unless-stopped
networks:
- Internal
labels:
- homepage.group=Monitoring
- homepage.name=WallOS
- homepage.icon=wallos.png
- homepage.href=https://wallos.andrewamason.tech
- homepage.description=Personal Subscription Tracker
- homepage.widget.type=wallos
- homepage.widget.url=http://wallos:80
- homepage.widget.key=2995ba5f3584b8a3e588a92de459ded93177df6d6576a6cb50fea3ee5666d97e
"""
##
[[deployment]]
name = "Technitium_2"
[deployment.config]