mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 23:37:06 +00:00
Update docker-compose.yml
add new typesense container service
This commit is contained in:
parent
e583213c0b
commit
6d25036ef1
|
@ -35,6 +35,17 @@ services:
|
|||
#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
|
||||
# container_name: immich-ml
|
||||
|
|
Loading…
Reference in New Issue
Block a user