You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to build and start the docker container with docker-compose up.
Expected behavior
The docker image doesn't fail to build and weblate starts normally.
Screenshots
No response
Exception traceback
No response
How do you run Weblate?
Docker container
Weblate versions
This is from before I use the customized image. I can't get the version from after because I can't start the container.
WARN[0000] /srv/weblate/docker-compose.override.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion
Errors are because I haven't finished setting stuff up yetWARN[0000] /srv/weblate/docker-compose.override.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion SystemCheckError: System check identified some issues:CRITICALS:?: (weblate.E003) Cannot send e-mail ([Errno -2] Name or service not known), please check EMAIL_* settings. HINT: https://docs.weblate.org/en/weblate-5.8.4/admin/install.html#out-mail?: (weblate.E012) The server e-mail address should be changed from its default value HINT: https://docs.weblate.org/en/weblate-5.8.4/admin/install.html#production-email?: (weblate.E013) The "From" e-mail address should be changed from its default value HINT: https://docs.weblate.org/en/weblate-5.8.4/admin/install.html#production-emailWARNINGS:?: (security.W004) You have not set a value for the SECURE_HSTS_SECONDS setting. If your entire site is served only over SSL, you may want to consider setting a value and enabling HTTP Strict Transport Security. Be sure to read the documentation first; enabling HSTS carelessly can cause serious, irreversible problems.?: (security.W008) Your SECURE_SSL_REDIRECT setting is not set to True. Unless your site should be available over both SSL and non-SSL connections, you may want to either set this setting True or configure a load balancer or reverse-proxy server to redirect all connections to HTTPS.?: (security.W012) SESSION_COOKIE_SECURE is not set to True. Using a secure-only session cookie makes it more difficult for network traffic sniffers to hijack user sessions.INFOS:?: (weblate.I021) Error collection is not set up, it is highly recommended for production use HINT: https://docs.weblate.org/en/weblate-5.8.4/admin/install.html#collecting-errors?: (weblate.I028) Backups are not configured, it is highly recommended for production use HINT: https://docs.weblate.org/en/weblate-5.8.4/admin/backup.htmlSystem check identified 8 issues (12 silenced).
### Additional context
Not sure if this is the best place to report this but it's an issue with the documentation rather than an issue with weblate itself
The text was updated successfully, but these errors were encountered:
Earthcomputer
changed the title
Documentation for verriding settings by extending the Docker image is outdated
Documentation for overriding settings by extending the Docker image is outdated
Dec 4, 2024
Describe the issue
I tried following https://docs.weblate.org/en/latest/admin/install/docker.html#overriding-settings-by-extending-the-docker-image but after running
docker-compose up
it errors withI already tried
Steps to reproduce the behavior
docker-compose up
.Expected behavior
The docker image doesn't fail to build and weblate starts normally.
Screenshots
No response
Exception traceback
No response
How do you run Weblate?
Docker container
Weblate versions
This is from before I use the customized image. I can't get the version from after because I can't start the container.
WARN[0000] /srv/weblate/docker-compose.override.yml: the attribute
version
is obsolete, it will be ignored, please remove it to avoid potential confusionWeblate deploy checks
The text was updated successfully, but these errors were encountered: