feat: add redis persistence

This commit is contained in:
Morten Olsen
2025-10-17 00:21:47 +02:00
parent fca51c44af
commit 7eae7d96ec
10 changed files with 203 additions and 29 deletions

View File

@@ -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