deboy69
deboy69
wger | WGER_SETTINGS['EMAIL_FROM'] = **f'**wger Workout Manager ' removed f in the settings.py. However it wont start to get into the container so I needed to turn on Django debug...
correct but think it may be related to your bug report also. Noticed emailes are not being sent through even though it was showing as sent and pything sendtestemail shows...
Tried it. Wouldnt map. Do you have a better example? is the /path/to/my.... inside the container location or on the host location?
Ya nothing is going into the media/static folders. I would like to see all the config data go into one folder also since i use duplicati as a backup program....
the persistant volumes dont map. seems to either be a mapping issue or a persistant volume overwrite issue. postmaster.pid and postmaster.opts seem to be the only file that gets rewritten...
so ran sudo docker-compose exec web python3 manage.py download-exercise-images says permission denied than I cd into the container, ran chmod 777 to the media folder and now it installs. So...
But still have the issue of all my persistant data being rewritten with every deployment of docker-compose.
@rolandgeider I wanted to add that I am using Docker (rpi) with Portainer and deploying this over a stack. Using watchtower to update the containers. Also tried using the docker-compose.yml...
Update. I believe the .prod.env is mandotory. Without it,the persistant would just not work. Ill keep an eye on it and see if it continues to work with new docker...