2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/inference/docker-compose.yml
2025-02-14 18:47:22 +08:00

16 lines
293 B
YAML

services:
inference:
image: roboflow/roboflow-inference-server-cpu:latest
ports:
- "9001:9001"
volumes:
- ./data:/tmp:rw
security_opt:
- no-new-privileges
cap_drop:
- ALL
cap_add:
- NET_BIND_SERVICE
read_only: true
restart: unless-stopped