As discussed in https://github.com/coturn/coturn/pull/478, if the parameter only controls whether or not to send the software attribute and not other production-relevant configurations, it should be named accordingly. The old --prod configuration option still works, but is now deprecated and undocumented. |
||
|---|---|---|
| .. | ||
| coturn | ||
| mongodb | ||
| mysql | ||
| postgresql | ||
| redis | ||
| cp-schema.sh | ||
| docker-compose-all.yml | ||
| docker-compose-mongodb.yml | ||
| docker-compose-mysql.yml | ||
| docker-compose-postgresql.yml | ||
| docker-compose-redis.yml | ||
| README.docker | ||
Before you begin * copy db schema run ./cp-schema.sh * edit turnserver/turnserver.cfg according your db selection (mysql or postgresql or redis or mongodb) # start docker-compose -f docker-compose-all.yml up --build --detach # restart Notice: May restart needed for coturn container, if it could not access database yet, due initialization delay. docker restart docker_coturn_1 # stop docker-compose -f docker-compose-all.yml down # Or Stop with volume removal docker-compose down --volumes