Skip to content

Commit

Permalink
chore: adapt docker-compose.yml to support LCD device comm
Browse files Browse the repository at this point in the history
  • Loading branch information
bochaco committed Nov 29, 2024
1 parent c5e2838 commit 9b16054
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ $ docker compose down

## Displaying nodes stats on external LCD device

<img src="img/lcd_00.png" width="350" height="263" />
<img src="img/lcd_01.png" width="350" height="263" />
<img src="img/lcd_02.png" width="350" height="263" />

Expand Down
3 changes: 3 additions & 0 deletions deploy/local/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:

formicaio:
image: bochaco/formicaio:latest
privileged: true
depends_on:
- docker
stop_grace_period: 5s
Expand All @@ -32,3 +33,5 @@ services:
volumes:
- ./docker_volumes/formicaio:/data
- ./docker_volumes/docker:/var/run
devices:
- /dev:/dev
Binary file added img/lcd_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9b16054

Please sign in to comment.