1
0
mirror of https://github.com/karl0ss/ai_image_frame_server.git synced 2025-05-06 23:13:40 +01:00

11 lines
247 B
YAML
Raw Normal View History

2025-03-29 14:33:03 +00:00
services:
ai_frame_image_server:
build: ./
container_name: ai_frame_image_server
volumes:
- $(pwd)/output:/app/output
- $(pwd)/user_config.cfg:/app/user_config.cfg
ports:
- 8088:5000
restart: unless-stopped