Merge dev to main: Security improvements and comprehensive test infrastructure #39
@@ -18,8 +18,7 @@ services:
|
|||||||
DB_PASSWORD: ${DB_PASSWORD}
|
DB_PASSWORD: ${DB_PASSWORD}
|
||||||
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_URL: http://immich-machine-learning:3003
|
||||||
IMMICH_MACHINE_LEARNING_URL: ""
|
|
||||||
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
|
||||||
|
|||||||
@@ -48,6 +48,10 @@ photos.jimmygan.com {
|
|||||||
reverse_proxy 100.78.131.124:2283 {
|
reverse_proxy 100.78.131.124:2283 {
|
||||||
header_up X-Forwarded-Proto https
|
header_up X-Forwarded-Proto https
|
||||||
header_up X-Forwarded-Host {host}
|
header_up X-Forwarded-Host {host}
|
||||||
|
transport http {
|
||||||
|
read_timeout 10m
|
||||||
|
write_timeout 10m
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -56,5 +60,9 @@ photos-app.jimmygan.com {
|
|||||||
reverse_proxy 100.78.131.124:2283 {
|
reverse_proxy 100.78.131.124:2283 {
|
||||||
header_up X-Forwarded-Proto https
|
header_up X-Forwarded-Proto https
|
||||||
header_up X-Forwarded-Host {host}
|
header_up X-Forwarded-Host {host}
|
||||||
|
transport http {
|
||||||
|
read_timeout 10m
|
||||||
|
write_timeout 10m
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user