sdf
This commit is contained in:
parent
a6d420e405
commit
9c84262fd7
1 changed files with 32 additions and 0 deletions
32
wallo.yaml
Normal file
32
wallo.yaml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
services:
|
||||
wallos:
|
||||
container_name: wallos
|
||||
image: bellamy/wallos:latest
|
||||
ports:
|
||||
- "8282:80/tcp"
|
||||
environment:
|
||||
- PUID: 1001
|
||||
- PGID: 998
|
||||
- TZ: America/Chicago
|
||||
# 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'
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- netgrimoire
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group=Application
|
||||
- homepage.name=Wallos
|
||||
- homepage.icon=mallos.png
|
||||
- homepage.href=http://expense.netgrimoire.com
|
||||
- homepage.description=Subscription Manager
|
||||
- kuma.wallos.http.name="Wallos"
|
||||
- kuma.wallos.http.url=http://recipe:9000
|
||||
- caddy=expense.netgrimoire.com
|
||||
- caddy.import=authentik
|
||||
- caddy.reverse_proxy="{{upstreams 80}}"
|
||||
networks:
|
||||
netgrimoire:
|
||||
external: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue