blog/docker-compose.yml
Radu C. Martin 529b1b654d
All checks were successful
Build and publish docker image / Build Jekyll Site (push) Successful in 33s
Build and publish docker image / Build Docker Image (push) Successful in 1m10s
feat(dc): add docker-compose
2025-04-05 00:28:22 +02:00

16 lines
325 B
YAML

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