refacto: reorganize folder tree to split lora gateway stack from app
Those stack won't necessarily be on the same host, so they need to be split
This commit is contained in:
parent
31a1c14831
commit
851e8947bc
11 changed files with 9 additions and 11 deletions
4
app/docker-compose.yml
Normal file
4
app/docker-compose.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
services:
|
||||
consumer:
|
||||
build: ./consumer
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue