loklak / loklak_server

Distributed Open Source twitter and social media message search server that anonymously collects, shares, dumps and indexes data http://api.loklak.org
GNU Lesser General Public License v2.1
1.38k stars 223 forks source link

Update docker-compose.yml #1634

Open ullf opened 6 years ago

ullf commented 6 years ago

In order to test the application on a local machine. Command "docker-compose up" was giving an error about mapping ports. The issue were incorrect indents in the file and it is better to change a port for forwarding for your local machine.

For the reviewers

I have: docker-compose

codecov-io commented 6 years ago

Codecov Report

Merging #1634 into development will increase coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff                @@
##             development   #1634      +/-   ##
================================================
+ Coverage           9.73%   9.77%   +0.04%     
- Complexity           459     461       +2     
================================================
  Files                211     211              
  Lines              19427   19427              
  Branches            3578    3578              
================================================
+ Hits                1891    1899       +8     
+ Misses             17194   17186       -8     
  Partials             342     342
Impacted Files Coverage Δ Complexity Δ
src/org/loklak/data/DAO.java 3.8% <0%> (+0.25%) 6% <0%> (+1%) :arrow_up:
src/org/loklak/susi/SusiThought.java 20.51% <0%> (+5.12%) 6% <0%> (+1%) :arrow_up:
...org/loklak/api/search/LocationWiseTimeService.java 85.18% <0%> (+7.4%) 5% <0%> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 01474bc...e13f96e. Read the comment docs.