Files
HivisionIDPhotos/docker-compose.yml
T
2024-09-04 14:18:58 +08:00

12 lines
219 B
YAML

version: "3.8"
services:
hivision_idphotos:
build:
context: .
dockerfile: Dockerfile
image: hivision_idphotos
command: python3 app.py --host 0.0.0.0 --port 7860
ports:
- "7860:7860"