Add Wallos subscription tracking application with Docker Compose setup (#268)

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Nicolas SANS
2025-08-11 07:48:38 +02:00
committed by GitHub
parent 4bc51e31de
commit ae5cd0606a
4 changed files with 40 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
version: '3.8'
services:
wallos:
image: bellamy/wallos:latest
ports:
- '80'
environment:
TZ: 'Europe/Paris'
volumes:
- wallos_db:/var/www/html/db
- wallos_logos:/var/www/html/images/uploads/logos
restart: unless-stopped
volumes:
wallos_db:
wallos_logos:

View File

@@ -0,0 +1,10 @@
[variables]
main_domain = "${domain}"
[config]
mounts = []
[[config.domains]]
serviceName = "wallos"
port = 80
host = "${main_domain}"

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -4025,6 +4025,19 @@
},
"tags": ["home-automation", "nvr", "smart-home", "surveillance"]
},
{
"id": "wallos",
"name": "Wallos",
"version": "latest",
"description": "Wallos is a self-hosted subscription tracking application that helps you manage and monitor your subscriptions, providing insights into your spending habits.",
"logo": "wallos.png",
"links": {
"github": "https://github.com/ellite/wallos",
"website": "https://wallosapp.com",
"docs": "https://github.com/ellite/wallos?tab=readme-ov-file#getting-started"
},
"tags": ["finance", "subscription", "budgeting", "expense-tracking", "spending"]
},
{
"id": "n8n-with-postgres",
"name": "n8n with Postgres",
@@ -4038,7 +4051,7 @@
},
"tags": ["automation", "workflow", "low-code", "postgres"]
},
{
{
"id": "statping-ng",
"name": "Statping-NG",
"version": "latest",