remove now-unused files
This commit is contained in:
parent
0a7b074508
commit
c777a97f60
4 changed files with 1 additions and 20 deletions
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
docker compose build --build-arg UID=$(id -u) --build-arg GID=$(id -g) akkoma
|
|
||||||
docker compose build --build-arg UID=$(id -u) --build-arg GID=$(id -g) db
|
|
|
@ -1,10 +0,0 @@
|
||||||
FROM postgres:14-alpine
|
|
||||||
|
|
||||||
ARG UID=1000
|
|
||||||
ARG GID=1000
|
|
||||||
ARG UNAME=akkoma
|
|
||||||
|
|
||||||
RUN addgroup -g $GID $UNAME
|
|
||||||
RUN adduser -u $UID -G $UNAME -D -h $HOME $UNAME
|
|
||||||
|
|
||||||
USER akkoma
|
|
|
@ -1,5 +0,0 @@
|
||||||
MIX_ENV=prod
|
|
||||||
ERL_EPMD_ADDRESS=127.0.0.1
|
|
||||||
DB_NAME=akkoma
|
|
||||||
DB_USER=akkoma
|
|
||||||
DB_PASS=akkoma
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
docker compose run --rm akkoma $@
|
docker compose run --rm akkoma ./bin/pleroma $@
|
||||||
|
|
Loading…
Reference in a new issue