Update docker-compose.yml

add new typesense container service
This commit is contained in:
LRVT 2023-03-20 19:27:01 +01:00 committed by GitHub
parent e583213c0b
commit 6d25036ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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