docker-compose: Expose EOSdash port Closes #447

* Fixes direct EOSdash access on Windows localhost:8504 (required for
   redirect).
This commit is contained in:
Dominique Lasserre 2025-02-17 21:32:10 +01:00
parent 00229c39e4
commit c46d13731d

View File

@ -21,5 +21,6 @@ services:
- EOS_ELECPRICE__PROVIDER=ElecPriceAkkudoktor
- EOS_ELECPRICE__CHARGES_KWH=0.21
ports:
- "${EOS_SERVER__PORT}:${EOS_SERVER__PORT}"
- "${EOS_SERVER__EOSDASH_PORT}:${EOS_SERVER__EOSDASH_PORT}"
# Configure what ports to expose on host
- "${EOS_SERVER__PORT}:8503"
- "${EOS_SERVER__EOSDASH_PORT}:8504"