Commit graph

8 commits

Author SHA1 Message Date
Jean-Michel 929002b0c6 ltmanage in bin
This allows using the api key instructions from the readme as-is in the docker container.
2024-01-24 16:05:01 -05:00
lordyavin 505c634ee4 Switches (back) to docker/Dockerfile as default for docker-compose 2023-01-31 15:53:03 +01:00
Piero Toffanin 590e543864 Move healthcheck.py to scripts 2023-01-16 12:16:30 -05:00
Jon Chin 9da5051ae2 added example of including healthcheck configuration 2023-01-15 16:20:47 -05:00
Piero Toffanin 256e63f535 Do not hide docker folder 2023-01-13 10:24:56 -05:00
dingedi c18a8d4855
fix docker 2023-01-12 14:23:29 +01:00
Minosity-VR 752d2aae2c
Add api keys db path as env var (#1)
* Add API Keys DB path to command & env vars

* Create API Keys DB directory if not exists before sqlite connection & Add docker-compose example
2022-07-15 13:22:04 +02:00
Vincent Emonet 46693f36c1 Add Dockerfile to build and run LibreTranslate as a Docker image. Also added a docker-compose.yml file to provide a reproducible way to run the Docker image. And finally added how to build and run the Docker image to the README.md. Tested with local deployment on port 5000 and public HTTPS deployment using a docker based nginx-proxy 2020-12-21 19:39:53 +01:00