Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Dec 10, 2019
1 parent 1d98b3a commit d701006
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/usage/deploying.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ similar implemented using k8s etc). Assuming your.public.domain is the public ad
service you wish to deploy the follwoing compose file would give you a discovery service on
port 80 and an admin UI on port 8080.

Take care to check which version of the software components is the latest and greatest (and/or
apropriate for your situation) and modify accordingly.

.. code-block:: yaml
version: "3"
Expand All @@ -66,7 +69,7 @@ port 80 and an admin UI on port 8080.
- MDQ_URL=http://pyff
- PYFF_APIS=true
thiss:
image: docker.sunet.se/thiss-js:1.0.0
image: docker.sunet.se/thiss-js:1.1.2
container_name: thiss
ports:
- "80:80"
Expand Down

0 comments on commit d701006

Please sign in to comment.