Update docker-compose.yml

add new typesense container service
pull/19/head
LRVT 2023-03-20 19:27:01 +01:00 zatwierdzone przez GitHub
rodzic e583213c0b
commit 6d25036ef1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -34,6 +34,17 @@ services:
restart: unless-stopped
#labels:
# - "com.centurylinklabs.watchtower.enable=true"
typesense:
container_name: immich-typesense
image: typesense/typesense:0.24.0
environment:
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
- TYPESENSE_DATA_DIR=/data
logging:
driver: none
volumes:
- ${TYPESENSE_LOCATION}:/data
#immich-machine-learning:
# image: altran1502/immich-machine-learning:release