mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-28 20:41:00 +00:00
Version v0.3.0-alpha.21-in-mem-r1
This commit is contained in:
parent
ee215bfa5e
commit
b1ca7f95a2
4 changed files with 4 additions and 4 deletions
|
@ -75,7 +75,7 @@ COPY --from=builder \
|
||||||
/usr/local/bin/$BINARY
|
/usr/local/bin/$BINARY
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk add tini ffmpeg imagemagick exiv2 && \
|
apk add tini ffmpeg imagemagick exiftool && \
|
||||||
addgroup -g $GID pictrs && \
|
addgroup -g $GID pictrs && \
|
||||||
adduser -D -G pictrs -u $UID -g "" -h /opt/pict-rs pictrs
|
adduser -D -G pictrs -u $UID -g "" -h /opt/pict-rs pictrs
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,7 @@ COPY --from=builder \
|
||||||
/usr/local/bin/$BINARY
|
/usr/local/bin/$BINARY
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk add tini ffmpeg imagemagick exiv2 && \
|
apk add tini ffmpeg imagemagick exiftool && \
|
||||||
addgroup -g $GID pictrs && \
|
addgroup -g $GID pictrs && \
|
||||||
adduser -D -G pictrs -u $UID -g "" -h /opt/pict-rs pictrs
|
adduser -D -G pictrs -u $UID -g "" -h /opt/pict-rs pictrs
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,7 @@ COPY --from=builder \
|
||||||
/usr/local/bin/$BINARY
|
/usr/local/bin/$BINARY
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk add tini ffmpeg imagemagick exiv2 && \
|
apk add tini ffmpeg imagemagick exiftool && \
|
||||||
addgroup -g $GID pictrs && \
|
addgroup -g $GID pictrs && \
|
||||||
adduser -D -G pictrs -u $UID -g "" -h /opt/pict-rs pictrs
|
adduser -D -G pictrs -u $UID -g "" -h /opt/pict-rs pictrs
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
pictrs:
|
pictrs:
|
||||||
image: asonix/pictrs:v0.3.0-alpha.21-in-mem
|
image: asonix/pictrs:v0.3.0-alpha.21-in-mem-r1
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8080:8080"
|
- "127.0.0.1:8080:8080"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in a new issue