Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit 6489353

Browse files
committed
chore(weblate): update environment config with Proton Mail SMTP and registration settings
1 parent 6aba742 commit 6489353

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

compose.weblate.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,18 @@ services:
3232
- "8080:8080"
3333
dns:
3434
- 8.8.8.8
35+
- 8.8.4.4
3536
- 1.1.1.1
37+
- 1.0.0.1
3638
environment:
37-
# Database Configuration
39+
# Database Configuration - USE STATIC IPS
3840
- POSTGRES_HOST=10.10.10.6
3941
- POSTGRES_PORT=5432
4042
- POSTGRES_DB=weblate
4143
- POSTGRES_USER=weblate
4244
- POSTGRES_PASSWORD=${WEBLATE_DB_PASSWORD:-weblate_secure_pass}
4345

44-
# Redis Configuration
46+
# Redis Configuration - USE STATIC IP
4547
- REDIS_HOST=10.10.10.5
4648
- REDIS_PORT=6379
4749

@@ -64,11 +66,14 @@ services:
6466
- WEBLATE_EMAIL_USE_SSL=0
6567
- WEBLATE_EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend
6668

67-
# Registration Configuration
69+
# Registration Configuration - ONLY EMAIL (removed github)
6870
- WEBLATE_REGISTRATION_OPEN=1
69-
- WEBLATE_REGISTRATION_ALLOW_BACKENDS=email,github
71+
- WEBLATE_REGISTRATION_ALLOW_BACKENDS=email
7072
- WEBLATE_REGISTRATION_CAPTCHA=1
7173

74+
# Disable avatars to avoid Gravatar DNS issues
75+
- WEBLATE_ENABLE_AVATARS=0
76+
7277
volumes:
7378
- weblate_data:/app/data
7479
depends_on:

0 commit comments

Comments
 (0)