Replies: 4 comments 1 reply
-
hi! The reason for nginx is that django doesn't serve static files during production. If you can configure traefik as a reverse proxy and make it serve the files, everything should work fine (but you will have to make sure they are either in the same network so that things like |
Beta Was this translation helpful? Give feedback.
-
Moin @rolandgeider, thanks for your quick response. The static files are now the issue, like you've mentioned.
or probably translated to
As mentioned in this reply #32 (comment) it seems like the issue is somewhere in this line of communication
I'm not sure when I will find time to continue to wrap my head around this issue, but I'll try to document it here, whenever. Also, did I understand correctly, that celery is optional, if I don't need regularly synchronization of ingredients, exercises, and videos? |
Beta Was this translation helpful? Give feedback.
-
Some errors I've currently got going: From the Postgres log: from the web-server log: Furthermore,
while I'd expect it to print at least one of the variables defined in
|
Beta Was this translation helpful? Give feedback.
-
Ok, wild ride. So, I've started by investigating the I'll need to investigate again, if I can use a different username and password as So, currently my db is running as Still had trouble with the statics. They weren't moved to my Note, that the Now the statics are visible when visiting the webpage. EDIT: This is not a long-term solution. After a restart of the container, the statics are not showing again, |
Beta Was this translation helpful? Give feedback.
-
Hello,
does anybody got a working configuration using wger docker with Traefik?
I'm heavily confused by the need for the nginx-config, and I'm struggling to set it up with Traefik.
Best regards
Beta Was this translation helpful? Give feedback.
All reactions