wallos
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4m12s

This commit is contained in:
2025-09-21 21:02:24 -03:00
parent b7d81aa0b0
commit e5a470e90f
4 changed files with 146 additions and 21 deletions

View File

@@ -36,4 +36,17 @@ services:
SYSTEM_MAXFILESIZE: "100"
METRICS_ENABLED: "true"
SYSTEM_GOOGLEVISIBILITY: "true"
restart: on-failure:5
restart: on-failure:5
wallos:
container_name: wallos
image: bellamy/wallos:latest
ports:
- "8484:80/tcp"
environment:
TZ: 'America/Sao_Paulo'
# Volumes store your data between container upgrades
volumes:
- './db:/var/www/html/db'
- './logos:/var/www/html/images/uploads/logos'
restart: unless-stopped