question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support starting local environment with a different domain (not learnpython.org)

See original GitHub issue

The make command needs to be able to support the DOMAIN argument so that

DOMAIN=learnjavaonline.org make dev

would work

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
ronreitercommented, Oct 30, 2021

Correct. Gunicorn is only required in production, which is why the docker compose overrides the gunicorn command

1reaction
shrn01commented, Oct 30, 2021

Hey Ron, yeah I basically did this before with the dockerfile, and then scrapped it as I wasn’t able to do it with Gunicorn.

So yeah this is just for dev environment, we don’t need to care about production here, so no need for Gunicorn!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Learn Python - Free Interactive Python Tutorial
learnpython.org is a free interactive Python tutorial for people who want to learn Python, fast.
Read more >
About - Learn Python - Free Interactive Python Tutorial
learnpython.org is a free interactive Python tutorial for people who want to learn Python, fast.
Read more >
Hello, World! - Learn Python - Free Interactive Python Tutorial
Hello, World! Python is a very simple language, and has a very straightforward syntax. It encourages programmers to program without boilerplate (prepared) code....
Read more >
Functions - Learn Python - Free Interactive Python Tutorial
Learn Data Science by completing interactive coding challenges and watching videos by expert instructors. Start Now! Ready to take the test?
Read more >
Learning Python - The Hitchhiker's Guide to Python
Learnpython.org is an easy non-intimidating way to get introduced to Python. ... you to go through the lessons without having to install Python...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found