moved over configs from proxyserver

This commit is contained in:
2025-05-10 11:32:45 -05:00
parent 0c806496d3
commit e3949ba04e
18 changed files with 1149 additions and 0 deletions

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