services/wallo.yaml
2025-12-28 22:42:04 -06:00

49 lines
1.1 KiB
YAML
Executable file

services:
wallos:
image: bellamy/wallos:latest
networks:
- netgrimoire
environment:
TZ: America/Chicago
PUID: "1001"
PGID: "998"
# Match your standard UID:GID execution model
#user: "1001:998"
ports:
- target: 80
published: 8282
protocol: tcp
mode: ingress
# Volumes store your data between container upgrades
volumes:
- /data/nfs/Baxter/Docker/wallos/db:/var/www/html/db
- /data/nfs/Baxter/Docker/wallos/logos:/var/www/html/images/uploads/logos
deploy:
labels:
# Homepage
homepage.group: "PNCharris Apps"
homepage.name: "Wallos"
homepage.icon: "wallos.png"
homepage.href: "https://expense.netgrimoire.com"
homepage.description: "Subscription Manager"
# Kuma
kuma.wallos.http.name: "Wallos"
kuma.wallos.http.url: "http://wallos:80"
# Caddy
caddy: "expense.netgrimoire.com"
caddy.import: "authentik"
caddy.reverse_proxy: "wallos:80"
# Diun (image update monitoring)
diun.enable: "true"
networks:
netgrimoire:
external: true