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

Dev #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Dev #1

wants to merge 3 commits into from

Conversation

akoscsiszar
Copy link

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

depends_on:
- mqtt
environment:
- ThingsOnMQTTBenchContainerized=true
Copy link
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
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