feat: store channels in filesystem

This commit is contained in:
antebrl
2025-01-12 19:39:43 +00:00
parent 36a7ebd626
commit 3c7cf42a8d
7 changed files with 77 additions and 24 deletions

View File

@@ -24,6 +24,7 @@ services:
dockerfile: Dockerfile
volumes:
- streams_data:/streams
- channels:/channels
environment:
STORAGE_PATH: /streams/
networks:
@@ -46,6 +47,7 @@ volumes:
driver_opts:
type: tmpfs
device: tmpfs
channels:
# Internal docker network
networks: