Add Wallos

This commit is contained in:
2024-04-14 20:07:52 +02:00
parent e07bb64897
commit e5917a104d
3 changed files with 77 additions and 0 deletions

14
Wallos/docker-compose.yml Normal file
View File

@ -0,0 +1,14 @@
#### services
services:
wallos:
container_name: wallos
image: bellamy/wallos:latest
environment:
TZ: 'Europe/Paris'
ports:
- "8282:80/tcp"
# Volumes store your data between container upgrades
volumes:
- './db:/var/www/html/db'
- './logos:/var/www/html/images/uploads/logos'
restart: unless-stopped