Hi, I’m attempting to set this up via Docker-compose by copy pasting into a blank docker-compose.yml
file and realize I am doing something wrong.
ERROR: could not find /home/pc/compose/libretranslate/docker: stat /home/pc/compose/libretranslate/docker: no such file or directory
ERROR: Service 'libretranslate' failed to build : Build failed
I also notice the docker-compose file does not include any volumes by default which I am a bit confused by. I am hoping to use a local libretranslate alongside Discourse. I have the forked Translator plugin installed. Thanks.
$ docker-compose up -d
Building libretranslate
[+] Building 0.0s (0/0) docker:default
ERROR: could not find /home/pc/compose/libretranslate/docker: stat /home/pc/compose/libretranslate/docker: no such file or directory
ERROR: Service 'libretranslate' failed to build : Build failed
I am clearly missing either volumes or environment details from https://github.com/LibreTranslate/LibreTranslate/blob/main/docker-compose.yml
Thanks for any suggestions!