docker/docker-compose.yml aktualisiert
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 3s
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 3s
This commit is contained in:
parent
fe0aea7497
commit
7bed114d65
|
|
@ -6,9 +6,10 @@ services:
|
|||
container_name: mindnet-embed
|
||||
restart: unless-stopped
|
||||
working_dir: /srv
|
||||
# Nur der HF-Cache wird als Volume gemountet (schreibbar),
|
||||
# der App-Code ist im Image (COPY im Dockerfile) → keine Root-Dateien im Repo.
|
||||
volumes:
|
||||
- ../app:/srv # bind mount, damit du embed_server.py leicht ändern kannst
|
||||
- ./hf_cache:/srv/.hf_cache # persistenter HF-Cache
|
||||
- ./hf_cache:/srv/.hf_cache
|
||||
ports:
|
||||
- "8990:8990"
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user