Compare commits
2 Commits
a80d553d09
...
65fe5d85c2
Author | SHA1 | Date | |
---|---|---|---|
|
65fe5d85c2 | ||
|
c19fb6a6d3 |
@@ -28,7 +28,7 @@ RUN \
|
||||
build-base cmake file-dev \
|
||||
&& \
|
||||
apk add --no-cache --virtual .runtime \
|
||||
imagemagick \
|
||||
imagemagick ffmpeg exiftool \
|
||||
elixir erlang erlang-dev
|
||||
|
||||
# Add entrypoint
|
||||
|
@@ -2,7 +2,7 @@ version: "3.7"
|
||||
|
||||
services:
|
||||
db:
|
||||
image: postgres:10-alpine
|
||||
image: postgres:13-alpine
|
||||
init: true
|
||||
restart: unless-stopped
|
||||
environment: {
|
||||
|
Reference in New Issue
Block a user