fix(compose/typesense): depend on network where it's defined
This commit is contained in:
parent
9467a78c82
commit
b98988f5a4
|
@ -86,3 +86,5 @@ services:
|
|||
extends:
|
||||
file: ./compose/app.typesense.yml
|
||||
service: typesense
|
||||
networks:
|
||||
- internal
|
||||
|
|
|
@ -3,8 +3,6 @@ services:
|
|||
environment:
|
||||
- TYPESENSE_API_KEY
|
||||
image: typesense/typesense:28.0
|
||||
networks:
|
||||
- internal
|
||||
volumes:
|
||||
- ../.state/${COMPOSE_PROJECT_NAME:-funkwhale}/typesense/data:/data
|
||||
command: --data-dir /data --api-key=$${TYPESENSE_API_KEY} --enable-cors
|
||||
|
|
Loading…
Reference in New Issue