Files
backbone/docker-compose.yaml
2025-10-17 00:21:47 +02:00

17 lines
279 B
YAML

name: backbone
services:
redis:
image: redis
ports:
- 6379:6379
# app:
# build:
# context: .
# environment:
# HTTP_ENABLED: 'true'
# TCP_ENABLED: 'true'
# TOKEN_SECRET: 'test'
# ports:
# - 1883:1883
# - 8883:8883