Change configuration and docker compose

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-01-03 11:33:52 +01:00
parent 3c1b0448a8
commit 6885c73aa8
9 changed files with 60 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
FROM elixir:1.6
FROM elixir:1.7
RUN apt-get update && apt-get install -y build-essential inotify-tools postgresql-client
@@ -8,4 +8,4 @@ COPY docker/entrypoint.sh /bin/entrypoint
WORKDIR /app
EXPOSE 4000
EXPOSE 4000 4001 4002