Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WeblateOrg/docker-compose
Docker compose for Weblate
https://github.com/WeblateOrg/docker-compose
docker docker-compose internationalization localization weblate
Last synced: 9 days ago
JSON representation
Docker compose for Weblate
- Host: GitHub
- URL: https://github.com/WeblateOrg/docker-compose
- Owner: WeblateOrg
- License: gpl-3.0
- Created: 2018-10-07T13:38:39.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T23:14:22.000Z (7 months ago)
- Last Synced: 2024-05-01T11:38:23.996Z (7 months ago)
- Topics: docker, docker-compose, internationalization, localization, weblate
- Language: Shell
- Homepage: https://docs.weblate.org/en/latest/admin/deployments.html#docker
- Size: 340 KB
- Stars: 74
- Watchers: 7
- Forks: 57
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
.. image:: https://s.weblate.org/cdn/Logo-Darktext-borders.png
:alt: Weblate
:target: https://weblate.org/
:height: 80px**Weblate is libre software web-based continuous localization system,
used by over 2500 libre projects and companies in more than 165 countries.**The docker-compose for Docker container for Weblate
.. image:: https://readthedocs.org/projects/weblate/badge/
:alt: Documentation
:target: https://docs.weblate.org/en/latest/admin/install/docker.htmlDocumentation
-------------Detailed documentation is available in Weblate documentation:
https://docs.weblate.org/en/latest/admin/install/docker.html
Getting started
---------------1. Clone the docker-compose repository:
.. code-block:: shell
git clone https://github.com/WeblateOrg/docker-compose.git
cd docker-compose2. Create a ``docker-compose.override.yml`` file with your settings.
.. code-block:: yml
services:
weblate:
ports:
- 80:8080
environment:
WEBLATE_SITE_DOMAIN: example.com
WEBLATE_EMAIL_HOST: smtp.example.com
WEBLATE_EMAIL_HOST_USER: user
WEBLATE_EMAIL_HOST_PASSWORD: pass
WEBLATE_ALLOWED_HOSTS: your hosts
WEBLATE_ADMIN_PASSWORD: password for admin user3. Start it up:
.. code-block:: shell
docker compose up
5. For more detailed instructions and configuration visit https://docs.weblate.org/en/latest/admin/install/docker.html
Rebuilding the weblate docker image
-----------------------------------The `docker-compose` files can be found in https://github.com/WeblateOrg/docker-compose.
The weblate docker image is built from https://github.com/WeblateOrg/docker.