30 lines
905 B
YAML
30 lines
905 B
YAML
immich_image_tag: "release"
|
|
|
|
immich_server_image: "ghcr.io/immich-app/immich-server:{{ immich_image_tag }}"
|
|
immich_microservices_image: "ghcr.io/immich-app/immich-server:{{ immich_image_tag }}"
|
|
immich_ml_image: "ghcr.io/immich-app/immich-machine-learning:{{ immich_image_tag }}"
|
|
immich_postgres_image: "postgres:14"
|
|
immich_redis_image: "redis:6"
|
|
|
|
immich_network_name: "immich"
|
|
|
|
immich_upload_location: "/opt/immich/library"
|
|
immich_db_data_location: "/opt/immich/postgres"
|
|
immich_redis_data_location: "/opt/immich/redis"
|
|
immich_model_cache_dir: "/opt/immich/ml-cache"
|
|
|
|
immich_env_path: "/etc/immich/immich.env"
|
|
immich_postgres_env_path: "/etc/immich/postgres.env"
|
|
|
|
immich_timezone: "UTC"
|
|
immich_db_user: "immich"
|
|
immich_db_password: "immich_password_change_me"
|
|
immich_db_name: "immich"
|
|
|
|
immich_server_port: 2283
|
|
|
|
immich_container_uid: 1000
|
|
immich_container_gid: 1000
|
|
|
|
immich_machine_learning_enabled: true
|