Files
backbone/docker-compose.yaml
2025-10-16 14:54:52 +02:00

13 lines
204 B
YAML

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