bump blinko to 1.1.0

This commit is contained in:
2025-06-11 20:53:20 +00:00
parent be60210294
commit 4feed08d9d

View File

@ -8,7 +8,7 @@ networks:
services:
blinko-website:
image: blinkospace/blinko:1.0.7
image: blinkospace/blinko:1.1.0
container_name: blinko-website
environment:
NODE_ENV: production
@ -24,12 +24,6 @@ services:
options:
max-size: "10m"
max-file: "3"
healthcheck:
test: ["CMD", "curl", "-f", "http://blinko-website:1111/"]
interval: 30s
timeout: 10s
retries: 5
start_period: 30s
networks:
- blinko
- caddy