Commit c4e5dca098dac7f5ffd51718325fd78629bdb970

Authored by George Vlahavas
1 parent 1898c47f2a

Do not export elasticsearch and kibana ports

They somehow interfere with other services on the DEV server. Not sure
they are needed to be accessible externally.

Showing 1 changed file with 0 additions and 4 deletions

docker-compose-jfrog.yml View file @ c4e5dca
... ... @@ -40,8 +40,6 @@
40 40 memlock:
41 41 soft: -1
42 42 hard: -1
43   - ports:
44   - - "9200:9200"
45 43 volumes:
46 44 - ./data:/data #/usr/share/elasticsearch/data
47 45  
... ... @@ -56,8 +54,6 @@
56 54 image: registry.curex-project.eu:443/curex-local/kea_kibana:7.6.2
57 55 container_name: kea_kibana
58 56 restart: unless-stopped
59   - ports:
60   - - "5601:5601"
61 57  
62 58 #Controller
63 59 webserver: