Merge branch 'cedricvanrompay/mobilizon-cedricvanrompay-master-patch-75017'
This commit is contained in:
commit
4b8880bc00
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue