-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdocker-compose.yaml
More file actions
19 lines (19 loc) · 831 Bytes
/
docker-compose.yaml
File metadata and controls
19 lines (19 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version: "2.1"
services:
iptvboss:
image: ghcr.io/groenator/iptvboss-docker:latest
devices:
- /dev/snd:/dev/snd # Required for audio support
environment:
CRON_SCHEDULE: "0 0 * * *" # Set the cron schedule for the cron job that will update the EPG data.
CRONITOR_API_KEY: "<your_cronitor_api_key>" # Optional - See instructions below, if you don't have a key, the cronitor env can be removed.
CRONITOR_SCHEDULE_NAME: "My Custom Schedule" # Set a name for your Cronitor.io Job
privileged: true
ports:
- 8001:8001
- 5901:5901
- 6901:6901
group_add:
- audio # Required for audio support
volumes:
- <local_volume>:/headless/IPTVBoss # Replace <local_volume> with the local directory where you want to store the IPTVBoss data. E.g., /home/user/iptvboss