wiki-v1
wiki-v1 copied to clipboard
504 Gateway Timeout Errors after initial page-load using docker-compose or Dockerfile
Actual behavior
Note that both the server and DB are running successfully without any errors in logs at all.
The browser will load the first page ("Welcome to your wiki!"), but when clicking the "CREATE HOME PAGE" button, is redirected to .../create/home
and receives the "Forbidden" page.
Clicking either the "GO HOME" or "LOGIN AS..." buttons results in a timeout.
Expected behavior
Showing the home or login page, respectively.
Steps to reproduce the behavior
copy https://github.com/Requarks/wiki/blob/master/tools/docker-compose.yml to local computer / server
copy https://github.com/Requarks/wiki/blob/master/config.sample.yml and rename it to config.yml
change port: 80 to port: 3000 in config.yml
create local ./data/mongo folder
run docker-compose up
Also tried
- Removing " --bind_ip ::,0.0.0.0" from the
wikidb
service - Modifying the entrypoint according to various posts
- Setting all the ports to 80 in both
config.yml
anddocker-compose
files.
+1 same error here