feat: Add comprehensive unit and integration testing infrastructure #38
@@ -19,7 +19,6 @@ services:
|
|||||||
DB_DATABASE_NAME: ${DB_DATABASE_NAME}
|
DB_DATABASE_NAME: ${DB_DATABASE_NAME}
|
||||||
REDIS_HOSTNAME: immich-redis
|
REDIS_HOSTNAME: immich-redis
|
||||||
IMMICH_MACHINE_LEARNING_ENABLED: "false"
|
IMMICH_MACHINE_LEARNING_ENABLED: "false"
|
||||||
IMMICH_MEDIA_FFMPEG_THREADS: 2
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "curl -f http://localhost:2283/api/server/ping || exit 1"]
|
test: ["CMD-SHELL", "curl -f http://localhost:2283/api/server/ping || exit 1"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|||||||
Reference in New Issue
Block a user