Add default port env vars and fix composer run command.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-06-23 05:10:44 -05:00
parent 185d3c3d16
commit c686bbbd41
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
2 changed files with 3 additions and 1 deletions

View File

@ -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 : |

View File

@ -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