Added model container in docker compose

This commit is contained in:
K
2025-07-22 16:43:13 +05:30
parent 872a38c768
commit 3e93d8508b
+10
View File
@@ -58,6 +58,16 @@ services:
env_file: env_file:
- .exampleenv - .exampleenv
model:
container_name: cropcompass-model
image: kshitijka/cropcompass-model:1.1.0
restart: no
security_opt:
- no-new-privileges:true
user: "nonroot:nonroot"
networks:
- cropcompass-ntwk
networks: networks:
cropcompass-ntwk: cropcompass-ntwk:
driver: bridge driver: bridge