Skip to content

Blynk_server

Graham Garner edited this page Nov 27, 2019 · 2 revisions

This is a custom implementation of Blynk Server

  blynk_server:
    build: ./services/blynk_server/.
    container_name: blynk_server
    restart: unless-stopped
    ports:
      - 8180:8080
      - 8441:8441
      - 9443:9443
    volumes:
      - ./volumes/blynk_server/data:/data

To connect to the admin interface navigate to <your pis IP>:9443/admin

I don't know anything about this service so you will need to read though the setup on the Project Homepage

When setting up the application on your mobile be sure to select custom setup here

If you would like to contribute by writing a gist please let me know

Clone this wiki locally