Skip to content

Commit

Permalink
Merge pull request #711 from NebraLtd/shawaj/env
Browse files Browse the repository at this point in the history
feat: add version variable so container is properly restarted
  • Loading branch information
WayneNebra authored Apr 8, 2023
2 parents d7bd6a2 + 4ef8c29 commit 083c380
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/docker-compose.template
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ services:
- helium-miner
expose:
- "1681"
environment:
- FIRMWARE_VERSION={{FIRMWARE_VERSION}}
- FIRMWARE_SHORT_HASH={{ENV.FIRMWARE_SHORT_HASH}}
labels:
io.balena.features.sysfs: 1
io.balena.features.procfs: 1
Expand Down

0 comments on commit 083c380

Please sign in to comment.