dendrite/build/docker/docker-compose.monolith.yml
Olivier Gimenez 337b023729 docs: Add key generation without go
Signed-off-by: Olivier Gimenez <oliv4945@gmail.com>
2021-01-16 23:18:21 +01:00

22 lines
389 B
YAML

version: "3.4"
services:
monolith:
hostname: monolith
image: matrixdotorg/dendrite-monolith:latest
command: [
"--tls-cert=/keys/server.crt",
"--tls-key=/keys/server.key"
]
ports:
- 8008:8008
- 8448:8448
volumes:
- ./config:/etc/dendrite
- ./keys:/keys
networks:
- internal
networks:
internal:
attachable: true