chore: Configure Renovate #1

Merged
radu merged 2 commits from renovate/configure into main 2025-04-04 22:33:16 +00:00
Showing only changes of commit 529b1b654d - Show all commits

16
docker-compose.yml Normal file
View file

@ -0,0 +1,16 @@
services:
blog:
image: git.martin.md/radu/blog:latest
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.blog.rule=Host(`blog.martin.md`)"
- "traefik.http.routers.blog.entrypoints=websecure"
networks:
- traefik
networks:
traefik:
external: true