2023-02-17 19:11:08 +00:00
|
|
|
# References
|
|
|
|
|
|
|
|
https://github.com/miroslavpejic85/mirotalk
|
|
|
|
|
|
|
|
# Notes
|
|
|
|
|
|
|
|
You have to place the `/app/` and `/public/` directories at your Docker bind volume mounts.
|
|
|
|
|
|
|
|
````
|
|
|
|
git clone https://github.com/miroslavpejic85/mirotalk
|
|
|
|
cp -R mirotalk/app/ /mnt/docker-volumes/mirotalk/app
|
|
|
|
cp -R mirotalk/public/ /mnt/docker-volumes/mirotalk/public
|
|
|
|
rm -rf mirotalk
|
|
|
|
|
2023-02-19 04:01:40 +00:00
|
|
|
# may move the .env too and adjust compose file
|
2023-02-17 19:11:08 +00:00
|
|
|
# then docker compose up
|
|
|
|
````
|
2023-02-20 17:48:13 +00:00
|
|
|
|
|
|
|
You must use a reverse proxy and enable SSL to proxy to the container port TCP/3000.
|
|
|
|
|
|
|
|
This is necessary as you are not allowed to run WebRTC on plaintext http after Chrome 47+.
|