Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 2.02 KB

File metadata and controls

36 lines (22 loc) · 2.02 KB

Weblate

Weblate is libre software web-based continuous localization system, used by over 2500 libre projects and companies in more than 165 countries.

Official Docker container for Weblate

Website Translation status CII Best Practices Documentation

Running Weblate

Exposed ports

The webserver is running on the port 8080.

Operations / deployment

Repositories: weblate (application fork) and weblate-docker (this repo). Your checkout folder name may differ—many installs clone weblate into a directory called boost-weblate (the Docker build context), with weblate-docker/ as a submodule beside it.

docker-compose.yml uses context: .. and dockerfile: weblate-docker/Dockerfile. Production CD (see weblate .github/workflows/cd.yml) also copies weblate-docker/.dockerignore to the application root before docker compose up --build.

Documentation

Detailed documentation is available in Weblate documentation.