updated immich template
This commit is contained in:
@@ -45,7 +45,7 @@ services:
|
|||||||
limits:
|
limits:
|
||||||
memory: 2048M
|
memory: 2048M
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--spider", "-q", "http://localhost:2283/api/server/ping"]
|
test: ["CMD", "curl", "-sf", "http://localhost:2283/api/server/ping"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
@@ -97,7 +97,7 @@ services:
|
|||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 256M
|
memory: 512M
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U immich -d immich"]
|
test: ["CMD-SHELL", "pg_isready -U immich -d immich"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|||||||
Reference in New Issue
Block a user