docker
docker copied to clipboard
Production...ish docker-compose image for wger
In the dockerfile is ffmpeg missing and should be added for video functionality.
Document or configure nginx to support HTTPS, ideally we would support retrieving/renewing certificates from LetsEcrypt out of the box
Hi, running into an issue with persistant data. I copied the persistant location via the docker-compose file. I get the docker running, but if I update the image all my...
Hello people, thanks for this amazing project. I'm trying to deploy an instance of wger in RPi3 for myself but I cannot install PostgreSQL. So I want to know if...
Using the `latest` tag for the wger/server image (or `2.3-dev`) results in the following error when doing `docker compose up`. This issue does not occur with `2.2-dev`. This was tested...
Hi! If you want to change the password for the database, you need to edit it in the compose file (db service, POSTGRES_USER and so on) as well as in...
I'm installing wger on my home server and wanted to use HTTPS. As per the docs, I preemptively set DJANGO_DEBUG=True just in case I had issues. Then promptly spent 3...
Hey, when trying to send a verification email, the container throws the following error ``` web | WARNING 2024-09-21 18:54:26,780 confirm WARNING: the URL seems to be malformed - http://localhost/email/email/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImV4YW1wbGVAZXhhbXBsZS5jb20iLCJleHAiOjE3MjY5NDEyNjYuNzc4MDk1LCJraW5kIjoiTUFJTCJ9.29z292u5b79_ffGEpoU0NBB6dvhkMC-nybw1YJRIk7Q...
Can we get a deep dive into the permissions for these docker containers? I spend so much time to figure out permissions errors with this repo that I am almost...