# Docker-less production install

**URL:** https://meta.discourse.org/t/docker-less-production-install/315748
**Category:** Self-hosting
**Tags:** unsupported-install
**Created:** [July 10, 2024, 1:21pm UTC](https://meta.discourse.org/t/docker-less-production-install/315748 "2024-07-10T13:21:39Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![gambhir-makwana](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gambhir-makwana/32/494314_2.png) [@gambhir-makwana](https://meta.discourse.org/u/gambhir-makwana)
#### Post date: [July 10, 2024, 1:21pm UTC](https://meta.discourse.org/t/docker-less-production-install/315748/1 "2024-07-10T13:21:39Z")

</div>

Hello

I have successfully configured a local environment, but I am having trouble deploying the “discourse” application on a Digital Ocean server.

I tried to run the below command on a server

Command: DISCOURSE\_HOSTNAME=localhost UNICORN\_LISTENER=localhost:3000 bin/ember-cli -u

 ![22](https://global.discourse-cdn.com/meta/original/4X/8/d/e/8de6653c1f96962157745a76205666548a2d9366.png)

Can you please help me why the process is killed automatically?

Is there any other way to start the server

I need to set up the application without Docker configuration

Thank you

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [July 10, 2024, 1:37pm UTC](https://meta.discourse.org/t/docker-less-production-install/315748/2 "2024-07-10T13:37:12Z")

</div>

A docker-less install in Production is not supported here. Only the [standard install](https://meta.discourse.org/t/142537?silent=true) is supported.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [July 10, 2024, 2:31pm UTC](https://meta.discourse.org/t/docker-less-production-install/315748/3 "2024-07-10T14:31:01Z")

</div>

> [@gambhir-makwana](#):
>
> I need to set up the application without Docker configuration

Can you say more about why you need not to use Docker? But as suggested, it likely won’t matter, as there is no supported way to set up a production environment without docker.

---

<div class="post-metadata">

### Author: ![gambhir-makwana](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gambhir-makwana/32/494314_2.png) [@gambhir-makwana](https://meta.discourse.org/u/gambhir-makwana)
#### Post date: [July 11, 2024, 5:25am UTC](https://meta.discourse.org/t/docker-less-production-install/315748/4 "2024-07-11T05:25:58Z")

</div>

@pfaffman Thank you for your reply.

No, there is no specific reason to bypass the Docker configuration. let’s set the production server with Docker

---

<div class="post-metadata">

### Author: ![gambhir-makwana](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gambhir-makwana/32/494314_2.png) [@gambhir-makwana](https://meta.discourse.org/u/gambhir-makwana)
#### Post date: [July 11, 2024, 11:12am UTC](https://meta.discourse.org/t/docker-less-production-install/315748/5 "2024-07-11T11:12:10Z")

</div>

Hello [@everyone](https://meta.discourse.org/groups/everyone)

I have production setup successfully on a server using the help of Docker and working fine. But I have not set up a PostgreSQL connection string connection and it gets the data from the database and saves data in the Database. can you please guide me to where I can find the database?

Also, I need to customize some code-level changes and database levels. So anyone can guide me on how I can create a new docker in my local and how it is redeployed in the same for production?

I Followed the below tutorial

> <https://github.com/discourse/discourse/blob/main/docs/INSTALL-cloud.md#5-install->

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [July 11, 2024, 11:17am UTC](https://meta.discourse.org/t/docker-less-production-install/315748/6 "2024-07-11T11:17:05Z")

</div>

The database is inside the container. It’s port is not exposed.

> [@gambhir-makwana](#):
>
> , I need to customize some code-level changes and database levels

You’ll need to say what you need to do and why you think you need to make code level changes.

---

<div class="post-metadata">

### Author: ![gambhir-makwana](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gambhir-makwana/32/494314_2.png) [@gambhir-makwana](https://meta.discourse.org/u/gambhir-makwana)
#### Post date: [July 11, 2024, 11:50am UTC](https://meta.discourse.org/t/docker-less-production-install/315748/7 "2024-07-11T11:50:59Z")

</div>

Hi @pfaffman ,

I need to customize it as per my requirements. I need to add some custom fields on the register forms and the user’s table. Also, I need to customize on create a new Topic popup and a category

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [July 11, 2024, 12:04pm UTC](https://meta.discourse.org/t/docker-less-production-install/315748/8 "2024-07-11T12:04:45Z")

</div>

Then you want to use user custom fields, which are built in.

You might need a plugin for the other stuff.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [August 10, 2024, 12:05pm UTC](https://meta.discourse.org/t/docker-less-production-install/315748/9 "2024-08-10T12:05:20Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
