1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-06-02 23:07:27 +02:00
dockerfiles/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