diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index f392541..052124f 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -1,13 +1,13 @@ version: "3" services: - api_server: + api_server-1: build: . restart: unless-stopped network_mode: host volumes: - ./start.sh:/workspace/start.sh # change here to mount all your models - - models_path:/workspace/models # "models" contain multiple models + - ./models:/workspace/models # "models" contain multiple models environment: # change "main" to your model name - MODEL_PATH=/workspace/models/main diff --git a/docker/models/.gitkeep b/docker/models/.gitkeep new file mode 100644 index 0000000..e69de29