Minor tweaks to docker configuration
This commit is contained in:
parent
8084ecf6ac
commit
9c7a6ebc80
3 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -21,3 +21,4 @@ erl_crash.dump
|
|||
|
||||
vendor/
|
||||
.elixir_ls/
|
||||
.devcontainer/
|
|
@ -4,7 +4,7 @@ FROM hexpm/elixir:1.11.3-erlang-23.2.2-ubuntu-focal-20201008
|
|||
|
||||
# Install debian packages
|
||||
RUN apt-get update
|
||||
RUN apt-get install --yes build-essential inotify-tools postgresql-client lsof
|
||||
RUN apt-get install --yes git build-essential inotify-tools postgresql-client lsof
|
||||
|
||||
# Install Elixir tools
|
||||
RUN mix local.hex --force
|
||||
|
|
|
@ -7,8 +7,8 @@ services:
|
|||
environment:
|
||||
POSTGRES_HOST_AUTH_METHOD: "trust"
|
||||
elasticsearch:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2
|
||||
# image: docker.elastic.co/elasticsearch/elasticsearch:6.8.13
|
||||
# image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:6.8.13
|
||||
environment:
|
||||
- node.name=es01
|
||||
- bootstrap.memory_lock=true
|
||||
|
|
Loading…
Reference in a new issue