blog-deployment/docker-compose.yml
kjuulh 5fabf88a59
feat: with reserve-me
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-11-27 21:36:23 +01:00

21 lines
347 B
YAML

version: '3'
services:
blog:
image: kasperhermansen/reserve-me:latest
healthcheck:
test:
- CMD
- curl
- -f
- http://localhost:80
interval: 1m30s
timeout: 30s
retries: 3
start_period: 40s
labels:
logging: promtail
ports:
- 9080:80
- 9443:443
restart: always