Docker: Remove HOME env from development docker-compose.yml files #1525
Causes caching / performance issues.
This commit is contained in:
parent
123d92bd27
commit
d5b27897dc
3 changed files with 0 additions and 3 deletions
|
@ -56,7 +56,6 @@ services:
|
||||||
PHOTOPRISM_THUMB_SIZE_UNCACHED: 7680 # On-demand rendering size limit (default 7680, min 720, max 7680)
|
PHOTOPRISM_THUMB_SIZE_UNCACHED: 7680 # On-demand rendering size limit (default 7680, min 720, max 7680)
|
||||||
PHOTOPRISM_JPEG_SIZE: 7680 # Size limit for converted image files in pixels (720-30000)
|
PHOTOPRISM_JPEG_SIZE: 7680 # Size limit for converted image files in pixels (720-30000)
|
||||||
PHOTOPRISM_JPEG_QUALITY: 92 # Set to 95 for high-quality thumbnails (25-100)
|
PHOTOPRISM_JPEG_QUALITY: 92 # Set to 95 for high-quality thumbnails (25-100)
|
||||||
HOME: "/photoprism"
|
|
||||||
CODECOV_TOKEN:
|
CODECOV_TOKEN:
|
||||||
CODECOV_ENV:
|
CODECOV_ENV:
|
||||||
CODECOV_URL:
|
CODECOV_URL:
|
||||||
|
|
|
@ -61,7 +61,6 @@ services:
|
||||||
PHOTOPRISM_JPEG_SIZE: 7680 # Size limit for converted image files in pixels (720-30000)
|
PHOTOPRISM_JPEG_SIZE: 7680 # Size limit for converted image files in pixels (720-30000)
|
||||||
PHOTOPRISM_JPEG_QUALITY: 92 # Set to 95 for high-quality thumbnails (25-100)
|
PHOTOPRISM_JPEG_QUALITY: 92 # Set to 95 for high-quality thumbnails (25-100)
|
||||||
TF_CPP_MIN_LOG_LEVEL: 0 # Show TensorFlow log messages for development
|
TF_CPP_MIN_LOG_LEVEL: 0 # Show TensorFlow log messages for development
|
||||||
HOME: "/photoprism"
|
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:12-alpine
|
image: postgres:12-alpine
|
||||||
|
|
|
@ -62,7 +62,6 @@ services:
|
||||||
PHOTOPRISM_JPEG_SIZE: 7680 # Size limit for converted image files in pixels (720-30000)
|
PHOTOPRISM_JPEG_SIZE: 7680 # Size limit for converted image files in pixels (720-30000)
|
||||||
PHOTOPRISM_JPEG_QUALITY: 92 # Set to 95 for high-quality thumbnails (25-100)
|
PHOTOPRISM_JPEG_QUALITY: 92 # Set to 95 for high-quality thumbnails (25-100)
|
||||||
TF_CPP_MIN_LOG_LEVEL: 0 # Show TensorFlow log messages for development
|
TF_CPP_MIN_LOG_LEVEL: 0 # Show TensorFlow log messages for development
|
||||||
HOME: "/photoprism"
|
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:10.5
|
image: mariadb:10.5
|
||||||
|
|
Loading…
Reference in a new issue