mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
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:
16
blueprints/wallos/docker-compose.yml
Normal file
16
blueprints/wallos/docker-compose.yml
Normal 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:
|
||||
10
blueprints/wallos/template.toml
Normal file
10
blueprints/wallos/template.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
mounts = []
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "wallos"
|
||||
port = 80
|
||||
host = "${main_domain}"
|
||||
BIN
blueprints/wallos/wallos.png
Normal file
BIN
blueprints/wallos/wallos.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
15
meta.json
15
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user