mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-26 17:45:51 +02:00
chore: update Tolgee to latest version and fix SMTP config typo (#432)
* chore: update Tolgee to latest version and fix SMTP config typo * Update docker-compose.yml * Update docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c59fbf0f36
commit
30ecc96168
@@ -1,8 +1,9 @@
|
||||
version: "3"
|
||||
|
||||
|
||||
services:
|
||||
app:
|
||||
image: tolgee/tolgee:v3.80.4
|
||||
image: tolgee/tolgee:latest
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./config.yaml:/config.yaml
|
||||
@@ -22,3 +23,4 @@ services:
|
||||
TOLGEE_SMTP_PORT: ${TOLGEE_SMTP_PORT}
|
||||
TOLGEE_SMTP_SSL_ENABLED: ${TOLGEE_SMTP_SSL_ENABLED}
|
||||
TOLGEE_SMTP_USERNAME: ${TOLGEE_SMTP_USERNAME}
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@ port = 8_080
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
TOLGEE_HOST = "${main_domain}"
|
||||
TOLGEE_AUTHENTICATION_ENABLED = "true"
|
||||
TOLGEE_AUTHENTICATION_INITIAL_PASSWORD = "admin"
|
||||
TOLGEE_AUTHENTICATION_INITIAL_USERNAME = "admin"
|
||||
@@ -19,7 +18,7 @@ TOLGEE_AUTHENTICATION_JWT_SECRET = "${jwt_secret}"
|
||||
TOLGEE_MACHINE_TRANSLATION_GOOGLE_API_KEY = "my_google_api_key"
|
||||
TOLGEE_SMTP_AUTH = "true"
|
||||
TOLGEE_SMTP_FROM = "Tolgee <no-reply@mydomain.com>"
|
||||
TOLGEE_SMTPHOST = "email-smtp.regional-region.amazonaws.com"
|
||||
TOLGEE_SMTP_HOST = "email-smtp.regional-region.amazonaws.com"
|
||||
TOLGEE_SMTP_PASSWORD = "omg/my/password"
|
||||
TOLGEE_SMTP_PORT = "465"
|
||||
TOLGEE_SMTP_SSL_ENABLED = "true"
|
||||
|
||||
Reference in New Issue
Block a user