kanishka-linux / reminiscence

Self-Hosted Bookmark And Archive Manager
GNU Affero General Public License v3.0
1.76k stars 84 forks source link

Docker setup does not load static assets #56

Closed delebedev closed 3 years ago

delebedev commented 3 years ago

I'm on macOS 10.15

docker-compose up --build completes:

web_1    | [2020-11-23 12:30:54 +0000] [69] [INFO] Listening at: http://0.0.0.0:8000 (69)
web_1    | [2020-11-23 12:30:54 +0000] [69] [INFO] Using worker: gthread
web_1    | [2020-11-23 12:30:54 +0000] [71] [INFO] Booting worker with pid: 71
web_1    | [2020-11-23 12:30:54 +0000] [82] [INFO] Booting worker with pid: 82
web_1    | [2020-11-23 12:30:54 +0000] [83] [INFO] Booting worker with pid: 83
web_1    | [2020-11-23 12:30:55 +0000] [88] [INFO] Booting worker with pid: 88
web_1    | WARNING:django.security.SuspiciousSession:Session data corrupted
web_1    | WARNING:django.request:Not Found: /static/css/bootstrap.min.css
web_1    | WARNING:django.request:Not Found: /static/js/bootstrap.min.js
web_1    | WARNING:django.request:Not Found: /static/js/main.js
web_1    | WARNING:django.request:Not Found: /static/js/popper.min.js
web_1    | WARNING:django.request:Not Found: /static/js/jquery-3.3.1.min.js
web_1    | WARNING:django.request:Not Found: /static/js/bootbox.min.js
web_1    | WARNING:django.request:Not Found: /static/js/popper.min.js
web_1    | WARNING:django.request:Not Found: /static/js/bootstrap.min.js
web_1    | WARNING:django.request:Not Found: /static/js/bootbox.min.js
web_1    | WARNING:django.request:Not Found: /static/js/main.js

What is interesting is that it runs on http://0.0.0.0:8000 is there a mistake in readme? Whenever I open it in the browser, none of the static assets load

kanishka-linux commented 3 years ago

I think, same issue

delebedev commented 3 years ago

this has worked!