Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Dev#1

Open
akoscsiszar wants to merge 3 commits intovolkanalkilic:mainfrom
akoscsiszar:dev
Open

Dev#1
akoscsiszar wants to merge 3 commits intovolkanalkilic:mainfrom
akoscsiszar:dev

Conversation

@akoscsiszar
Copy link
Copy Markdown

Hi,

I have added docker / dockercompose. Readme still requires an update and code could be cleaner.
Check it out and let me know what you think.

Best,

Comment thread docker-compose.yaml
Comment on lines +7 to +17
mqtt:
image: eclipse-mosquitto
volumes:
- ./mosquitto/conf:/mosquitto/config
- ./mosquitto/data:/mosquitto/data
- ./mosquitto/log:/mosquitto/log
ports:
- 1883:1883
- 9001:9001
networks:
- example_network
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We dont need broker service here. I'm planning to create a different cocker-compose.yaml for benchmark scripts.

Comment thread docker-compose.yaml
depends_on:
- mqtt
environment:
- ThingsOnMQTTBenchContainerized=true
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's shorten this. No need for app name, Containerized will do.

Copy link
Copy Markdown
Owner

@volkanalkilic volkanalkilic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes made should be added to Readme.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants