[Deployment help] Installing ERPNext with frappe_docker
See original GitHub issueHello 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:
- Created 2 years ago
- Comments:6
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:
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.
i just created the site called “localhost”.
then your Apache reverse proxy to “localhost”, resolves the site and serves it.