From c686bbbd4122481957a78958cff368ca8fb5c544 Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Wed, 23 Jun 2021 05:10:44 -0500 Subject: [PATCH] Add default port env vars and fix composer run command. --- .github/workflows/default.yml | 2 +- sample.env | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index f840fcae8..481f781e3 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -122,7 +122,7 @@ jobs : run : | chmod 777 tests/_output/ chmod 777 tests/_support/_generated - docker-compose exec -T --user="azuracast" web composer codeception-no-coverage + docker-compose exec -T --user="azuracast" web composer run codeception-no-coverage - name : Stop all running containers. run : | diff --git a/sample.env b/sample.env index 43e93f9b5..27baed897 100644 --- a/sample.env +++ b/sample.env @@ -5,4 +5,6 @@ AZURACAST_HTTPS_PORT=443 AZURACAST_SFTP_PORT=2022 +AZURACAST_STATION_PORTS=8000,8005,8006,8010,8015,8016,8020,8025,8026,8030,8035,8036,8040,8045,8046,8050,8055,8056,8060,8065,8066,8070,8075,8076,8090,8095,8096,8100,8105,8106,8110,8115,8116,8120,8125,8126,8130,8135,8136,8140,8145,8146,8150,8155,8156,8160,8165,8166,8170,8175,8176,8180,8185,8186,8190,8195,8196,8200,8205,8206,8210,8215,8216,8220,8225,8226,8230,8235,8236,8240,8245,8246,8250,8255,8256 + NGINX_TIMEOUT=1800