File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -418,6 +418,8 @@ services:
418
418
soketi :
419
419
build :
420
420
context : ./soketi
421
+ volumes :
422
+ - ./soketi/config.json:/app/bin/config.json:ro
421
423
ports :
422
424
- " ${SOKETI_PORT}:6001"
423
425
- " ${SOKETI_METRICS_SERVER_PORT}:9601"
Original file line number Diff line number Diff line change 1
- FROM quay.io/soketi/soketi:1.4 -16-debian
1
+ FROM quay.io/soketi/soketi:latest -16-debian
2
2
3
- LABEL maintainer="Carlos-vargs <cvargaslopez769 @gmail.com>"
3
+ LABEL maintainer="Er-Niebla <er.niebla @gmail.com>"
4
4
5
- CMD ["node /app/bin/server.js start" ]
5
+ COPY config.json /app/bin/config.json
6
+
7
+ CMD ["--config=/app/bin/config.json" ]
6
8
7
9
EXPOSE 6001 9601
Original file line number Diff line number Diff line change
1
+ {
2
+ "debug" : false
3
+ }
You can’t perform that action at this time.
0 commit comments