mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-31 13:43:47 +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:
|
#labels:
|
||||||
# - "com.centurylinklabs.watchtower.enable=true"
|
# - "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:
|
#immich-machine-learning:
|
||||||
# image: altran1502/immich-machine-learning:release
|
# image: altran1502/immich-machine-learning:release
|
||||||
# container_name: immich-ml
|
# container_name: immich-ml
|
||||||
|
|
Loading…
Reference in New Issue
Block a user