Skip to content

Dockerfiles and Docker-Compose script for the machine setup.

License

Notifications You must be signed in to change notification settings

IUNO-TDM/Mixer-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixer-Docker

Dockerfiles and Docker-Compose script for the machine setup.

Execute the following steps for an easy simple deployment of mixer machine for the iuno technology marketplace. We've setup a docker-compose script to deploy and configure all components within few steps.

Following software is needed:

git clone https://github.com/IUNO-TDM/Mixer-Docker.git
cd Mixer-Docker
git submodule init
git submodule update
docker network create iuno-network
docker-compose up

Custom Configs

Each module has config files under {module_name}/config (example: auth/config/docker_config.js) Those files define host settings, oauth-credentials and more. You can either adjust config parameters directly in those files or you can add your own configuration file in the same directory. After adding your custom_config.js you'll have to update the ENV-Variable (TDM_{module_name}_CONFIG with in the Dockerfile of the targeted module.

The default configuration works straight with the TDM-Docker (https://github.com/IUNO-TDM/TDM-Docker) environment.

About

Dockerfiles and Docker-Compose script for the machine setup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published