mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 02:47:49 +08:00
first commit
This commit is contained in:
commit
149e02a10d
72 changed files with 3442 additions and 0 deletions
1
wallos/README.md
Normal file
1
wallos/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Compose file for wallos
|
26
wallos/compose.yaml
Normal file
26
wallos/compose.yaml
Normal file
|
@ -0,0 +1,26 @@
|
|||
services:
|
||||
wallos:
|
||||
image: bellamy/wallos:latest
|
||||
container_name: wallos
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- default
|
||||
- proxy
|
||||
volumes:
|
||||
- wallos_db:/var/www/html/db
|
||||
- wallos_logos:/var/www/html/images/uploads/logos
|
||||
labels:
|
||||
caddy: subscriptions.ferngarden.net
|
||||
caddy.import: internal
|
||||
caddy.reverse_proxy: "authentik_proxy:9000"
|
||||
|
||||
networks:
|
||||
default:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
wallos_db:
|
||||
name: wallos_db
|
||||
wallos_logos:
|
||||
name: wallos_logos
|
Loading…
Add table
Add a link
Reference in a new issue