Files
liveflow/docker-compose.yaml
Han Gyoung-Su 49a0465523 Fix whep's memory leak (#17)
Adopt address sanitizer for ffmpeg
2025-03-17 02:35:41 +09:00

19 lines
392 B
YAML

version: "2.1"
services:
liveflow:
image: liveflow_custom:latest
mem_limit: 350m
stdin_open: true # docker run -i
tty: true # docker run -t
volumes:
- "~/.store:/app/videos"
ports:
- "8044:8044"
- "1930:1930"
- "40000-40010:40000-40010/udp"
environment:
DOCKER_MODE: "true"
build:
context: ./
dockerfile: Dockerfile