added wallos

This commit is contained in:
2025-03-26 19:47:22 -05:00
parent ee41df6691
commit 4be732a6ad

18
wallos/compose.yml Normal file
View File

@@ -0,0 +1,18 @@
services:
wallos:
container_name: wallos
image: bellamy/wallos:latest
networks:
- reverseproxy
ports:
- "8389:80/tcp"
environment:
TZ: 'America/Chicago'
restart: unless-stopped
volumes:
- './db:/var/www/html/db'
- './logos:/var/www/html/images/uploads/logos'
networks:
reverseproxy:
external: true