first commit

This commit is contained in:
Fern Garden 2025-06-24 15:00:31 +08:00
commit 149e02a10d
72 changed files with 3442 additions and 0 deletions

1
wallos/README.md Normal file
View file

@ -0,0 +1 @@
# Compose file for wallos

26
wallos/compose.yaml Normal file
View 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