tyranron 7273e70bf3 Update Alpine to 3.21.3 version in Docker image hai 11 meses
..
coturn 7273e70bf3 Update Alpine to 3.21.3 version in Docker image hai 11 meses
mongodb e49f8fa3ae split dockerfiles based on db %!s(int64=7) %!d(string=hai) anos
mysql 5492903825 Remove redundant custom images for docker/ directory %!s(int64=4) %!d(string=hai) anos
postgresql 5492903825 Remove redundant custom images for docker/ directory %!s(int64=4) %!d(string=hai) anos
redis 5492903825 Remove redundant custom images for docker/ directory %!s(int64=4) %!d(string=hai) anos
README.docker 9e460b21fb Error in readme? %!s(int64=5) %!d(string=hai) anos
cp-schema.sh e49f8fa3ae split dockerfiles based on db %!s(int64=7) %!d(string=hai) anos
docker-compose-all.yml 5492903825 Remove redundant custom images for docker/ directory %!s(int64=4) %!d(string=hai) anos
docker-compose-mongodb.yml 5492903825 Remove redundant custom images for docker/ directory %!s(int64=4) %!d(string=hai) anos
docker-compose-mysql.yml 5492903825 Remove redundant custom images for docker/ directory %!s(int64=4) %!d(string=hai) anos
docker-compose-postgresql.yml 5492903825 Remove redundant custom images for docker/ directory %!s(int64=4) %!d(string=hai) anos
docker-compose-redis.yml 5492903825 Remove redundant custom images for docker/ directory %!s(int64=4) %!d(string=hai) anos

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