1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

dev(ml): fixed docker-compose.dev.yml, updated locust (#3951)

* fixed dev docker compose

* updated locustfile

* deleted old script, moved comments to locustfile
This commit is contained in:
Mert
2023-09-01 21:59:17 -04:00
committed by GitHub
parent bea287c5b3
commit b7fd5dcb4a
4 changed files with 64 additions and 48 deletions

View File

@ -34,7 +34,7 @@ services:
ports:
- 3003:3003
volumes:
- ../machine-learning/app:/usr/src/app
- ../machine-learning:/usr/src/app
- model-cache:/cache
env_file:
- .env