services/swarm/wallo.yaml
traveler 061ab0c2c0
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions
wiki
2026-01-20 20:57:54 -06:00

49 lines
1.1 KiB
YAML

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