blob: de840e3652d1ed003f1045916fc3abb0e9ad482f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
# This file was automatically generated by AzuraCast.
# You can modify it as necessary. To apply changes, restart the Docker containers.
# Remove the leading "#" symbol from lines to uncomment them.
# (Docker Compose) All Docker containers are prefixed by this name. Do not change this after installation.
# Default: azuracast
COMPOSE_PROJECT_NAME=azuracast
# (Docker Compose) The amount of time to wait before a Docker Compose operation fails. Increase this on lower performance computers.
# Default: 300
COMPOSE_HTTP_TIMEOUT=300
# Release Channel
# Valid options: latest, stable
# Default: latest
AZURACAST_VERSION=latest
# HTTP Port
# The main port AzuraCast listens to for insecure HTTP connections.
# Default: 80
AZURACAST_HTTP_PORT=8080
# HTTPS Port
# The main port AzuraCast listens to for secure HTTPS connections.
# Default: 443
AZURACAST_HTTPS_PORT=8443
# SFTP Port
# The port AzuraCast listens to for SFTP file management connections.
# Default: 2022
# AZURACAST_SFTP_PORT=2022
# Station Ports
# The ports AzuraCast should listen to for station broadcasts and incoming DJ connections.
# AZURACAST_STATION_PORTS=8000,8005,8006,...
# Docker User UID
# AZURACAST_PUID=1000
# Docker User GID
# AZURACAST_PGID=1000
# Advanced: Use Privileged Docker Settings
# Default: true
# AZURACAST_COMPOSE_PRIVILEGED=true
# Additional Environment Variables
NGINX_TIMEOUT=1800
|