https://github.com/alekece/blynk-server
Blynk server wrapped in Docker
https://github.com/alekece/blynk-server
blynk-server docker docker-compose iot
Last synced: 2 months ago
JSON representation
Blynk server wrapped in Docker
- Host: GitHub
- URL: https://github.com/alekece/blynk-server
- Owner: alekece
- License: mit
- Created: 2020-05-11T06:27:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T07:08:06.000Z (about 6 years ago)
- Last Synced: 2025-06-21T07:11:36.388Z (about 1 year ago)
- Topics: blynk-server, docker, docker-compose, iot
- Homepage: https://www.blynk.cc/
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blynk server
* [Requirements](#requirements)
* [How to use it](#how-to-use-it)
* [Known issues](#known-issues)
* [License](#license)
[Blynk Server](https://github.com/blynkkk/blynk-server) is an open-source java server, responsible for forwarding messages between Blynk mobile application and various microcontroller boards and SBCs (i.e. Arduino, Raspberry Pi. etc).
## Requirements
* docker v18+
* docker-compose v1.2+
## How to use it
`server.properties` at the root directory exposes the server configuration; modify it depending on your needs then run :
``` sh
docker-compose up
```
And you're done !
### Known issues
If you modify port values in the `server.properties` file, you should reflect that change into `docker-compose.yml` file as well.
## License
Copyright © 2020 Alexis Le Provost. See LICENSE for details.