feat: add redis persistence
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
name: backbone
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
environment:
|
||||
HTTP_ENABLED: 'true'
|
||||
TCP_ENABLED: 'true'
|
||||
TOKEN_SECRET: 'test'
|
||||
redis:
|
||||
image: redis
|
||||
ports:
|
||||
- 1883:1883
|
||||
- 8883:8883
|
||||
- 6379:6379
|
||||
# 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