18 lines
536 B
YAML
18 lines
536 B
YAML
---
|
|
qux_domain: ~
|
|
|
|
# addressing: fe=FrontEnd service, ws=WebSocket service
|
|
# port number to bind, or null (~) not to bind
|
|
qux_fe_host_bind_port: ~ # e.g. 8082
|
|
qux_ws_host_bind_port: ~ # e.g. 8086
|
|
|
|
qux_jwt_password: ~
|
|
|
|
qux_home: /home/qux
|
|
|
|
qux_docker_image_mongo: mongo:7.0.5
|
|
#qux_docker_image_fe: bmcgonag/qux-fe:2.2.0
|
|
#qux_docker_image_be: bmcgonag/qux-be:2.2.0
|
|
qux_docker_image_fe: klausenschaefersinho/quant-ux
|
|
qux_docker_image_be: klausenschaefersinho/quant-ux-backend
|
|
qux_docker_image_ws: klausenschaefersinho/quant-ux-websocket
|