mirror of
https://github.com/sfiorini/iptv-server.git
synced 2026-04-09 07:30:44 +00:00
13 lines
307 B
YAML
13 lines
307 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
iptv:
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|
|
environment:
|
|
- SUPER_ADMIN_USER=${SUPER_ADMIN_USER:-admin}
|
|
- SUPER_ADMIN_PASSWORD=${SUPER_ADMIN_PASSWORD:-adminpassword}
|
|
volumes:
|
|
- <path/to/folder>/data:/data
|
|
- <path/to/folder>/content:/content |