- git
- docker
- docker-compose
- Clone the weblate-docker repo :
git clone https://github.com/WeblateOrg/docker-compose.git weblate-docker - Go in it :
cd weblate-docker - Create
docker-compose.override.yml
version: '3'
services:
weblate:
ports:
- 80:8080
environment:
WEBLATE_SITE_DOMAIN: 127.0.0.1
WEBLATE_ADMIN_PASSWORD: PASSWORD
WEBLATE_ADMIN_EMAIL: [email protected]- Start weblate :
docker-compose up - Go to http://127.0.0.1/
- Login in with
[email protected]andPASSWORD - Enjoy!
- As the goal of this guide is to run it only for you locally, we're not setting up e-mail so everything with e-mail will not work ; if you want to create an account, please use the Django administration interface available from the settings
Hey, you forgot to add the Weblate docker image itself.
image: weblate/weblate