mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-26 21:27:38 +02:00
set port to 8888
This commit is contained in:
parent
20937d56e6
commit
bdbc7315e8
@ -2,7 +2,7 @@ services:
|
|||||||
backend:
|
backend:
|
||||||
image: docker.io/sfja/h5-mst-backend:latest
|
image: docker.io/sfja/h5-mst-backend:latest
|
||||||
ports:
|
ports:
|
||||||
- "42069:5000"
|
- "8888:8888"
|
||||||
mosquitto:
|
mosquitto:
|
||||||
image: docker.io/eclipse-mosquitto
|
image: docker.io/eclipse-mosquitto
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@ -23,6 +23,8 @@
|
|||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
|
std::println("Starting backend...");
|
||||||
|
|
||||||
|
|
||||||
auto mqtt_client = mst::mqtt::Client(
|
auto mqtt_client = mst::mqtt::Client(
|
||||||
BACKEND_MQTT_HOST, BACKEND_MQTT_PORT, "test", "1234");
|
BACKEND_MQTT_HOST, BACKEND_MQTT_PORT, "test", "1234");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user