mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-07-03 20:31:38 +00:00
bump blinko to 1.1.0
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user