Merge branch 'cedricvanrompay/mobilizon-cedricvanrompay-master-patch-75017'

This commit is contained in:
Thomas Citharel 2020-12-21 10:09:45 +01:00
commit 4b8880bc00
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
2 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,6 @@
FROM bitwalker/alpine-elixir:latest FROM bitwalker/alpine-elixir:latest
RUN apk add inotify-tools postgresql-client yarn file RUN apk add --no-cache inotify-tools postgresql-client yarn file make gcc libc-dev argon2 imagemagick cmake build-base libwebp-tools bash ncurses
RUN apk add --no-cache make gcc libc-dev argon2 imagemagick
RUN mix local.hex --force && mix local.rebar --force RUN mix local.hex --force && mix local.rebar --force

View File

@ -1,10 +1,10 @@
version: '3' version: "3"
services: services:
postgres: postgres:
container_name: mobilizon_db container_name: mobilizon_db
restart: unless-stopped restart: unless-stopped
image: mdillon/postgis:11 image: postgis/postgis:13-3.0
environment: environment:
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
POSTGRES_DB: mobilizon_dev POSTGRES_DB: mobilizon_dev
@ -15,7 +15,7 @@ services:
restart: unless-stopped restart: unless-stopped
build: . build: .
volumes: volumes:
- '.:/app' - ".:/app"
ports: ports:
- "4000:4000" - "4000:4000"
depends_on: depends_on: