We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962ded2 commit 4eebaa4Copy full SHA for 4eebaa4
1 file changed
compose.prod.yml
@@ -29,6 +29,15 @@ services:
29
volumes:
30
- db_data:/var/lib/postgresql/data
31
32
+ similarity_api:
33
+ container_name: FastAPI
34
+ build: ./simirality
35
+ ports:
36
+ - "9004:9004"
37
+ volumes:
38
+ - ./simirality:/simirality
39
+ command: uvicorn main:app --reload --host 0.0.0.0 --port 9004
40
+
41
minio:
42
image: minio/minio:latest
43
container_name: "minio"
0 commit comments