blog/docker-compose.yml
Radu C. Martin 5f3ca2e7af
All checks were successful
Build and publish docker image / Build Jekyll Site (push) Successful in 23s
Build and publish docker image / Build Docker Image (push) Successful in 1m4s
feat: pin docker image and update build workflow
2025-04-05 19:36:31 +02:00

16 lines
417 B
YAML

services:
blog:
image: git.martin.md/radu/blog:latestsha256:7ce28732c38924029d9a51e7a5085afbf17053275b3a8213b2caee1540e1ef69
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