1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/nudenet/docker-compose.yml
2020-11-19 15:43:07 +08:00

13 lines
247 B
YAML

version: "3.8"
services:
classifier:
image: notaitech/nudenet:classifier
ports:
- "8080:8080"
restart: unless-stopped
detector:
image: notaitech/nudenet:detector
ports:
- "8081:8080"
restart: unless-stopped