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.

[Deployment help] Installing ERPNext with frappe_docker

See original GitHub issue

Hello everyone,

I am trying to install ERPNext with Frappe Docker and I have litespeed webserver running at port 443 and port 80 and 8000 are reserved too, I have changed 443 to 123, 80 to 1234 and 8000 to 1231, but I am not able to see the site working at neither <ip>:123 nor at <ip>:1234 nor at <ip>:1231. I am a newbie, could anyone help me where I am wrong?

Here’s my docker-compose.yml file which I am using.

https://github.com/TheBlapse/frappe_docker/blob/main/docker-compose.yml

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
revantcommented, Nov 15, 2021

I am a newbie

Share ssh access, add my github public keys.

I’ll have to explore your system, how litespeed is configured, if I can publish erpnext ports on host machine and litespeed can proxy it? Lot of variables to explore.

I can’t help without that because you may reply things like “no not working” for which I’ll have to write few replies to extract out error or anything abnormal? (being a newbie you may not know what is normal and what is abnormal)

SSH access will be easier.

Edit:

For developers, open source enthusiasts who have already successfully installed 10+ docker apps on server. For non newbies:

  • Do not use traefik, so 443, 80 need not be published
  • No need of traefik labels,
  • Publish port 80 of erpnext-nginx container. publish it to any port available on host machine.
  • Use proxy to serve the port to internet through a domain, e.g. nginx, nginx proxy manager, litespeed, etc.

The link shared has reference.

For anyone who’s looking for me to set it up for free, add my ssh keys and contact me.

0reactions
revantcommented, Nov 20, 2021

i just created the site called “localhost”.

then your Apache reverse proxy to “localhost”, resolves the site and serves it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ERPNext Docker Installation for production - Deployment
There is any any proper reference to setup docker container for production… I have tried many but not single one working properly
Read more >
frappe/frappe_docker: Docker images for production ... - GitHub
We provide simple and intuitive production setup with prebuilt Frappe and ERPNext images and compose files. To learn more about those, read the...
Read more >
ERPNext Docker Installation - Karma Computing
Frappe is the foundation software needed* to run and install ERPNext. Bench is a python tool to orchestrate Frappe deployments.
Read more >
How to manage your companies for free with ERPNext
Installation. There are different ways to install ERPNext in a server or locally in your computer, but Docker is maybe the easiest one....
Read more >
ierturk/frappe - Docker Image
Docker makes it much easier to deploy frappe on your servers. This container uses bench to install frappe. Getting Started. These instructions will...
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