Files
blog-deployment/docker-compose.yml
2025-07-31 13:25:40 +02:00

20 lines
342 B
YAML

services:
blog:
image: kasperhermansen/kasperhermansen-blog:1753957143
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