Skip to content

Commit

Permalink
Fix AZURACAST vars
Browse files Browse the repository at this point in the history
Change `AZURACAST_ENVIRONMENT_STATION_PORT_RANGE` to `AZURACAST_PORT_STATION_PORT_RANGE`
  • Loading branch information
CLHatch committed Jan 25, 2025
1 parent 2e0cd7f commit 9014cf1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions compose/.apps/azuracast/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
AZURACAST_CONTAINER_NAME='azuracast'
AZURACAST_ENABLED='false'
AZURACAST_NETWORK_MODE=''
AZURACAST_PORT_STATION_PORT_RANGE='8000-8100'
AZURACAST_PORT_2022='2022'
AZURACAST_PORT_443='443'
AZURACAST_PORT_80='80'
Expand Down
1 change: 0 additions & 1 deletion compose/.apps/azuracast/azuracast.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ MYSQL_USER='azuracast'
REDIS_DB='1'
REDIS_HOST='localhost'
REDIS_PORT='6379'
STATION_PORT_RANGE='8000-8100'
2 changes: 1 addition & 1 deletion compose/.apps/azuracast/azuracast.ports.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
azuracast:
ports:
- ${AZURACAST_ENVIRONMENT_STATION_PORT_RANGE}:${AZURACAST_ENVIRONMENT_STATION_PORT_RANGE}
- ${AZURACAST_PORT_STATION_PORT_RANGE}:${AZURACAST_PORT_STATION_PORT_RANGE}
- ${AZURACAST_PORT_2022}:2022
- ${AZURACAST_PORT_443}:443
- ${AZURACAST_PORT_80}:80

0 comments on commit 9014cf1

Please sign in to comment.