Skip to content

Commit

Permalink
Add configuration options for the Machine Learning service
Browse files Browse the repository at this point in the history
  • Loading branch information
zebrapurring committed Dec 9, 2024
1 parent 7c19945 commit b297340
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Scripts/configureimmich.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ if [ ! -f "$IMMICH_SETTINGS_DIR/immich_server.env" ]; then
# Network binding
IMMICH_HOST="127.0.0.1"
IMMICH_PORT="2283"
MACHINE_LEARNING_HOST="127.0.0.1"
MACHINE_LEARNING_PORT="3003"
# Production settings
NO_COLOR="false"
Expand All @@ -59,6 +61,7 @@ IMMICH_ENV="production"
# Paths configuration
IMMICH_MEDIA_LOCATION="$IMMICH_MEDIA_DIR"
IMMICH_BUILD_DATA="$IMMICH_APP_DIR/build"
MACHINE_LEARNING_CACHE_FOLDER="$IMMICH_HOME_DIR/.immich-model-cache"
# Database connection
DB_HOSTNAME="localhost"
Expand Down

0 comments on commit b297340

Please sign in to comment.