зеркало из https://github.com/microsoft/presidio.git
12 строки
278 B
YAML
12 строки
278 B
YAML
|
services:
|
||
|
presidio-image-redactor:
|
||
|
image: ${REGISTRY_NAME}${IMAGE_PREFIX}presidio-image-redactor${TAG}
|
||
|
build:
|
||
|
context: ./presidio-image-redactor
|
||
|
args:
|
||
|
- NAME=presidio-image-redactor
|
||
|
environment:
|
||
|
- PORT=5001
|
||
|
ports:
|
||
|
- "5003:5001"
|