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