Replace http server vars with dedicated vars

This commit is contained in:
Logan Cusano
2026-01-03 03:10:45 -05:00
parent 0fe8194c39
commit 9e92da4e58
3 changed files with 11 additions and 2 deletions

View File

@@ -22,6 +22,9 @@ services:
- MQTT_BROKER=${MQTT_BROKER}
- ICECAST_SERVER=${ICECAST_SERVER}
- AUDIO_BUCKET=${AUDIO_BUCKET}
- HTTP_SERVER_PROTOCOL=${HTTP_SERVER_PROTOCOL}
- HTTP_SERVER_HOST=${HTTP_SERVER_HOST}
- HTTP_SERVER_PORT=${HTTP_SERVER_PORT}
networks:
- radio-shared-net