update: docker-compose

This commit is contained in:
Kasper Juul Hermansen 2023-07-11 10:10:21 +00:00
parent 671490f48e
commit 47ff44119c

View File

@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
blog: blog:
image: kasperhermansen/kasperhermansen-blog:1681332106 image: kasperhermansen/kasperhermansen-blog:1689070105
healthcheck: healthcheck:
test: test:
- CMD - CMD
@ -12,9 +12,9 @@ services:
timeout: 30s timeout: 30s
retries: 3 retries: 3
start_period: 40s start_period: 40s
labels:
logging: promtail
ports: ports:
- 9080:80 - 9080:80
- 9443:443 - 9443:443
restart: always restart: always
labels:
logging: promtail