Skip to content
Snippets Groups Projects
Commit daedfe93 authored by Andreas Schärtl's avatar Andreas Schärtl
Browse files

README: clarify what Docker Compose ports are for

parent eef65877
No related branches found
No related tags found
No related merge requests found
...@@ -24,11 +24,14 @@ Configuration for Docker Compose ...@@ -24,11 +24,14 @@ Configuration for Docker Compose
Configuration of the `/deployment` Docker Compose setup consists of Configuration of the `/deployment` Docker Compose setup consists of
three port numbers. three port numbers.
* `ULOCOMPOSE_DBPORT` is the port the GraphDB instance listens on. * `ULOCOMPOSE_DBPORT` is the port the GraphDB instance is exposed
to.
* `ULOCOMPOSE_COLLECTPORT` is the port the collector listens on. * `ULOCOMPOSE_COLLECTPORT` is the port the collector is exposed to.
* `ULOCOMPOSE_APPPORT` is the port the application listens on. * `ULOCOMPOSE_APPPORT` is the port the application is exposed to.
There is no authentication. You will have to add some yourself.
Configuration for Local Installs Configuration for Local Installs
-------------------------------- --------------------------------
...@@ -40,7 +43,7 @@ environment variables ...@@ -40,7 +43,7 @@ environment variables
* `ULOAPPS_LISTEN_HOST` for the host, e.g. `localhost` or some IP * `ULOAPPS_LISTEN_HOST` for the host, e.g. `localhost` or some IP
address. address.
* `ULOAPPS_LISTEN_PORT` for the port number, e.g. 7200 or 1234. * `ULOAPPS_LISTEN_PORT` for the port number, e.g. 7400 or 1234.
`ulo-storage-applications` needs a reachable GraphDB instance to `ulo-storage-applications` needs a reachable GraphDB instance to
connect to. Configure that instance with the following two environment connect to. Configure that instance with the following two environment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment