Skip to content

Commit

Permalink
remove ports (#2816)
Browse files Browse the repository at this point in the history
  • Loading branch information
berggren committed Jul 6, 2023
1 parent 497a94c commit 97f1aba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker/e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ services:
dockerfile: ./docker/e2e/Dockerfile
args:
- PLASO_PPA_TRACK=${PLASO_PPA_TRACK}
ports:
- "80:80"
links:
- opensearch
- postgres
Expand All @@ -35,9 +33,6 @@ services:
- discovery.type=single-node
- "DISABLE_INSTALL_DEMO_CONFIG=true"
- "DISABLE_SECURITY_PLUGIN=true" # TODO: Enable when we have migrated the python client to Opensearch as well.
ports:
- "9200:9200"
- "9300:9300"
ulimits:
memlock:
soft: -1
Expand All @@ -48,8 +43,6 @@ services:

postgres:
image: postgres
ports:
- "5432:5432"
environment:
- POSTGRES_USER=timesketch
- POSTGRES_PASSWORD=password
Expand Down

0 comments on commit 97f1aba

Please sign in to comment.