Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Accelerator
Manage
Activity
Members
Plan
Wiki
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ksystem
Accelerator
Wiki
CurrentInfrastruktur
Changes
Page history
New page
Templates
Clone repository
Update CurrentInfrastruktur
authored
5 years ago
by
Raphael Fritsch
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CurrentInfrastruktur.md
+0
-3
0 additions, 3 deletions
CurrentInfrastruktur.md
with
0 additions
and
3 deletions
CurrentInfrastruktur.md
View page @
3e2ff114
...
...
@@ -64,8 +64,5 @@ server {
}
```
## Licode docker Start
<pre>
docker run -d --name licode --restart=always --net=dockernet -e "MAXPROCESSES=16" -e "LICODEHOSTNAME=accelerator.reutlingen-university.de" -e "ERIZOCLIENTPORT=443" -p 3000:3000 -p 30000-30050:30000-30050/udp -p 3004:3004 -p 8080:8080 -e "SSL=TRUE" -e "MIN_PORT=30000" -e "MAX_PORT=30050" -e "STUNTURN=[{'url': 'stun:stun.l.google.com:19302'},{'username': 'ksystem', 'credential': 'ksystem15','url': 'stun:134.103.176.133:443?transport=tcp'},{'username': 'ksystem', 'credential': 'ksystem15','url': 'stun:134.103.176.133:443?transport=udp'},{'username': 'ksystem', 'credential': 'ksystem15','url': 'turn:134.103.176.133:443?transport=tcp'},{'username': 'ksystem', 'credential': 'ksystem15','url': 'turn:134.103.176.133:443?transport=udp'}]" -e "PUBLIC_IP=134.103.176.109" rofl256/ezlicode
</pre>
## MongoDB Start
<pre>
docker run -d --name mongodb -p 3001:27017 -v /home/mongodb/data:/data/db -e MONGO_INITDB_ROOT_USERNAME=ksystem -e MONGO_INITDB_ROOT_PASSWORD=15ksystem mongo
</pre>
\ No newline at end of file
This diff is collapsed.
Click to expand it.