Support configuration json on Soketi

This commit is contained in:
erikn69
2023-09-29 17:33:05 -05:00
parent 205cb4e5c9
commit 7524959109
3 changed files with 10 additions and 3 deletions

View File

@@ -418,6 +418,8 @@ services:
soketi:
build:
context: ./soketi
volumes:
- ./soketi/config.json:/app/bin/config.json:ro
ports:
- "${SOKETI_PORT}:6001"
- "${SOKETI_METRICS_SERVER_PORT}:9601"