Add GitHub Actions build workflow and update Docker images
All checks were successful
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Successful in 11m12s

This commit is contained in:
2025-08-08 14:43:19 -04:00
parent df992caf1e
commit 7c236a49b6
4 changed files with 46 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ services:
- "traefik.http.routers.api.rule=Host(`localhost`) || Host(`127.0.0.1`)"
- "traefik.http.routers.api.tls=true"
- "traefik.http.services.api.loadbalancer.server.port=8080"
image: siteworxpro/top-wallpaper:v1.3.0
image: siteworxpro/top-wallpaper:v1.3.1
container_name: top-wallpaper
environment:
REDIS_URL: "redis"