2023-04-02 22:55:50 +02:00
|
|
|
version: '3'
|
2023-04-02 21:37:24 +02:00
|
|
|
services:
|
|
|
|
blog:
|
2023-04-07 13:25:10 +02:00
|
|
|
image: kasperhermansen/kasperhermansen-blog:1680866633
|
2023-04-07 13:26:24 +02:00
|
|
|
restart: always
|
2023-04-02 21:37:24 +02:00
|
|
|
ports:
|
|
|
|
- 9080:80
|
|
|
|
- 9443:443
|
2023-04-07 13:26:24 +02:00
|
|
|
healthcheck:
|
|
|
|
test: ["CMD", "curl", "-f", "http://localhost:80"]
|
|
|
|
interval: 1m30s
|
|
|
|
timeout: 30s
|
|
|
|
retries: 3
|
|
|
|
start_period: 40s
|