build: set restart policy

This commit is contained in:
antebrl
2025-03-11 14:24:38 +00:00
parent d2d03bb972
commit ac78f53cdd
5 changed files with 25 additions and 10 deletions

View File

@@ -21,6 +21,7 @@ services:
build:
context: ../backend
dockerfile: Dockerfile
restart: unless-stopped
volumes:
- streams_data:/streams
- channels:/channels

View File

@@ -10,6 +10,7 @@ services:
volumes:
- streams_data:/streams
- channels:/channels
restart: unless-stopped
environment:
STORAGE_PATH: /streams/
# If you have problems with the playlist, set the backend url manually here