Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to see the login page after running the command docker compose up -d successfully #8736

Closed
1 of 7 tasks
nitume00 opened this issue Dec 22, 2024 · 5 comments
Closed
1 of 7 tasks
Labels
not enough info This issue is not using templates (correctly) and can not be worked on in this state question This is a question

Comments

@nitume00
Copy link

Deployment Method

  • Installer
  • Docker Development
  • Docker Production
  • Bare metal Development
  • Bare metal Production
  • Digital Ocean image
  • Other (please provide a link Steps to Reproduce

Describe the problem*

Image Image

Steps to Reproduce

just follow the docker installation instructions.

Relevant log output

@nitume00 nitume00 added question This is a question setup Relates to the InvenTree setup / installation process triage:not-checked Item was not checked by the core team labels Dec 22, 2024
@nitume00
Copy link
Author

Site URL - update this to match your host

INVENTREE_SITE_URL="http://inventree.localhost"

COMPOSE_PROJECT_NAME=inventree

@SchrodingersGat
Copy link
Member

@nitume00 this is because you have an nginx service capturing all traffic to "localhost". The InvenTree docker setup uses Caddy as the proxy server, not nginx.

You should halt the nginx process running on your machine, and then the InvenTree server should be visible.

@nitume00
Copy link
Author

@SchrodingersGat is Caddy is the only option as proxy server or we can go with nginx also

@SchrodingersGat
Copy link
Member

@nitume00 you can change to nginx if you want - however our documentation and setup guides are based around Caddy.

Have a look in the docker-compose.yml file - you can see that there is a placeholder for a nginx proxy. You will need you substitute our example nginx configuration file too.

Please note though: If you are seeing a nginx page, that is not being served by our docker container. That is running somewhere else on your machine

@matmair matmair added not enough info This issue is not using templates (correctly) and can not be worked on in this state and removed setup Relates to the InvenTree setup / installation process triage:not-checked Item was not checked by the core team labels Dec 29, 2024
@SchrodingersGat
Copy link
Member

@nitume00 I'm going to close this out, the issue here lies with your local machine having a separate nginx service running.

@SchrodingersGat SchrodingersGat closed this as not planned Won't fix, can't repro, duplicate, stale Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not enough info This issue is not using templates (correctly) and can not be worked on in this state question This is a question
Projects
None yet
Development

No branches or pull requests

3 participants