mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:02 +02:00
13 lines
247 B
YAML
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
|