Folder reorg if prep for using git runner
This commit is contained in:
parent
304e85e450
commit
1a3749112d
102 changed files with 833 additions and 244 deletions
49
swarm/wallo.yaml
Executable file
49
swarm/wallo.yaml
Executable file
|
|
@ -0,0 +1,49 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue