Skip to content

Commit d2294a4

Browse files
committed
Merge branch 'master' of github:eghuro/nkod-ts
2 parents ad7d28a + d8c4a83 commit d2294a4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,21 @@ Time series analysis service for NKOD.
88
Build & run with Docker
99
----------
1010

11+
For NKOD-TS service only:
12+
1113
.. code-block:: bash
1214
1315
docker build . -t nkod-ts
1416
docker run -p 80:8000 --name nkod-ts nkod-ts
1517
18+
For the full environment, build ETL_ first as ``lp-etl`` and then use docker-compose:
19+
20+
.. code-block:: bash
21+
22+
docker-compose up --build
23+
24+
.. _ETL: https://github.com/eghuro/etl/tree/docker
25+
1626
Build & run manually
1727
----------
1828

0 commit comments

Comments
 (0)