mirror of
https://github.com/Zeyi-Lin/HivisionIDPhotos.git
synced 2026-09-01 15:07:25 +08:00
12 lines
219 B
YAML
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"
|