feat: docker support
This commit is contained in:
12
docker-compose.yaml
Normal file
12
docker-compose.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: backbone
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
environment:
|
||||
HTTP_ENABLED: 'true'
|
||||
TCP_ENABLED: 'true'
|
||||
TOKEN_SECRET: 'test'
|
||||
ports:
|
||||
- 1883:1883
|
||||
- 8883:8883
|
||||
Reference in New Issue
Block a user