Files
blog-deployment/docker-compose.yml
2025-08-05 20:50:48 +00:00

20 lines
338 B
YAML

services:
blog:
image: kasperhermansen/kasperhermansen-blog:1754427014
healthcheck:
test:
- CMD
- wget
- --spider
- -q
- http://localhost:80
interval: 10s
timeout: 3s
retries: 5
labels:
logging: promtail
ports:
- 9080:80
- 9443:443
restart: always