The docker-compose for Docker container for Weblate
Detailed documentation is available in Weblate documentation:
https://docs.weblate.org/en/latest/admin/install/docker.html
-
Create a
docker-compose.override.yml
file with your settings.version: '3' services: weblate: ports: - 80:8080 environment: 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 user
-
Build the instances
docker-compose build
-
Start up
docker-compose up
-
For more detailed instructions visit https://docs.weblate.org/en/latest/admin/install/docker.html
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.