Skip to content

Commit

Permalink
Add devices
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Apr 9, 2024
1 parent 1159b71 commit 32095da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,18 @@ services:
- TENANT=farmer
- DEBUG=broker:*

devices:
labels:
org.fiware: 'tutorial'
image: quay.io/fiware/tutorials.forwarder
hostname: 'farmer'
container_name: cb-devices
ports:
- 1028:80
environment:
- TENANT=openiot
- DEBUG=broker:*

labourer:
labels:
org.fiware: 'tutorial'
Expand Down

0 comments on commit 32095da

Please sign in to comment.