mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
add nudenet
This commit is contained in:
12
nudenet/docker-compose.yml
Normal file
12
nudenet/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user