| ... | @@ -31,7 +31,7 @@ Before executing the above steps, please make sure that you comply with the belo |
... | @@ -31,7 +31,7 @@ Before executing the above steps, please make sure that you comply with the belo |
|
|
|
|
|
|
|
# How to setup
|
|
# How to setup
|
|
|
## 1 - Docker Compose
|
|
## 1 - Docker Compose
|
|
|
Access your server using SSH and create the `**{DOMIBUS_SERVER_DIRECTORY}**`. Inside this directory, create a `compose.yaml` file with the following content:
|
|
Access your server using SSH and create the **`{DOMIBUS_SERVER_DIRECTORY}`**. Inside this directory, create a `compose.yaml` file with the following content:
|
|
|
|
|
|
|
|
```yaml
|
|
```yaml
|
|
|
#
|
|
#
|
| ... | @@ -94,14 +94,14 @@ volumes: |
... | @@ -94,14 +94,14 @@ volumes: |
|
|
|
|
|
|
|
If necessary, change the **18080** port to the port you have opened to the internet. This port will be referred to as **{DOMIBUS_PORT}**.
|
|
If necessary, change the **18080** port to the port you have opened to the internet. This port will be referred to as **{DOMIBUS_PORT}**.
|
|
|
|
|
|
|
|
> Note: If using a reverse proxy, configure it to forward to the internal port.
|
|
> **Note**: If using a reverse proxy, configure it to forward to the internal port.
|
|
|
|
|
|
|
|
Execute the following commands at the same level as your compose.yaml:
|
|
Execute the following commands at the same level as your compose.yaml:
|
|
|
```shell
|
|
```shell
|
|
|
docker compose up -d
|
|
docker compose up -d
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
It may take 2-5 minutes to start. Afterward, access your Domibus server using the URL:
|
|
The startup process may take 2-5 minutes. Once completed, you can verify that your Domibus server is running by accessing it through the following URL:
|
|
|
```url
|
|
```url
|
|
|
http://{DOMIBUS_HOSTNAME}:{DOMIBUS_PORT}/domibus
|
|
http://{DOMIBUS_HOSTNAME}:{DOMIBUS_PORT}/domibus
|
|
|
```
|
|
```
|
| ... | |
... | |
| ... | | ... | |