mirror of https://github.com/coturn/coturn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| coturn | 2 years ago | |
| mongodb | 7 years ago | |
| mysql | 5 years ago | |
| postgresql | 5 years ago | |
| redis | 5 years ago | |
| README.docker | 6 years ago | |
| cp-schema.sh | 7 years ago | |
| docker-compose-all.yml | 5 years ago | |
| docker-compose-mongodb.yml | 5 years ago | |
| docker-compose-mysql.yml | 5 years ago | |
| docker-compose-postgresql.yml | 5 years ago | |
| docker-compose-redis.yml | 5 years ago | |
README.docker
Before you begin
* copy db schema run ./cp-schema.sh
* edit coturn/turnserver.conf 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