services: restreamer-watchdog: # Builds from the files in this folder. No registry account, no prebuilt # image, nothing to pull. build: . container_name: restreamer-watchdog restart: unless-stopped ports: - "1975:1975" env_file: - .env volumes: # Holds config.json + your fallback video; persists across updates. # Drop your fallback.mp4 into ./data on the host. - ./data:/data