Immich
Remplacer
Pré-requis
version:installation '3.3'
Deux app:méthodes image:possibles
docker restart: unless-stopped
ports:
# These ports are in format <host-port>:<container-port>compose - '80:80'recommandé
Modifier Publicle HTTP.env Portpour le personnaliser en utilisant cette base
Démarrer le conteneur
script - '443:443'experimental
Aller Publicdans HTTPSle Portrepo cible puis exécuter
curl -o- '81:81'https://raw.githubusercontent.com/immich-app/immich/main/install.sh #| Admin Web Port
# Add any other Stream port you want to expose
# - '21:21' # FTP
# Uncomment the next line if you uncomment anything in the section
# environment:
# Uncomment this if you want to change the location of
# the SQLite DB file within the container
# DB_SQLITE_FILE: "/data/database.sqlite"
# Uncomment this if IPv6 is not enabled on your host
# DISABLE_IPV6: 'true'
volumes:
- /home/wikiadmin/nginx/data:/data
- /home/wikiadmin/nginx/letsencrypt:/etc/letsencryptbash
Le script effectuera les actions suivantes :
Télécharger le fichier docker-compose.yml et le fichier .env depuis la branche principale du dépôt.
Démarrer les conteneurs. L'application web et l'application mobile seront accessibles à l'adresse http://<adresse-IP-de-la-machine>:2283
Le répertoire utilisé pour stocker les fichiers de la bibliothèque est ./immich-app par rapport au répertoire courant.