blog/docker-compose.yml
2025-04-06 11:12:40 +02:00

16 lines
418 B
YAML

services:
blog:
image: git.martin.md/radu/blog:latest@sha256:a10584d7ba9f02102773cbd59e6651d5fcafdd9abec40dfbc36d5cce5496eb36
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.blog.rule=Host(`${DC_BLOG_HOSTNAME:-blog.martin.md}`)"
- "traefik.http.routers.blog.entrypoints=websecure"
networks:
- traefik
networks:
traefik:
external: true