Docker: Remove HOME env from development docker-compose.yml files #1525

Causes caching / performance issues.
This commit is contained in:
Michael Mayer 2021-09-21 21:52:43 +02:00
parent 123d92bd27
commit d5b27897dc
3 changed files with 0 additions and 3 deletions

View file

@ -56,7 +56,6 @@ services:
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_QUALITY: 92 # Set to 95 for high-quality thumbnails (25-100)
HOME: "/photoprism"
CODECOV_TOKEN:
CODECOV_ENV:
CODECOV_URL:

View file

@ -61,7 +61,6 @@ services:
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)
TF_CPP_MIN_LOG_LEVEL: 0 # Show TensorFlow log messages for development
HOME: "/photoprism"
postgres:
image: postgres:12-alpine

View file

@ -62,7 +62,6 @@ services:
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)
TF_CPP_MIN_LOG_LEVEL: 0 # Show TensorFlow log messages for development
HOME: "/photoprism"
mariadb:
image: mariadb:10.5