diff --git a/docker-resources/build.sh b/docker-resources/build.sh deleted file mode 100755 index ce4f30f8d..000000000 --- a/docker-resources/build.sh +++ /dev/null @@ -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 diff --git a/docker-resources/database/Dockerfile b/docker-resources/database/Dockerfile deleted file mode 100644 index 2a38dd16b..000000000 --- a/docker-resources/database/Dockerfile +++ /dev/null @@ -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 diff --git a/docker-resources/env.example b/docker-resources/env.example deleted file mode 100644 index 23ca15221..000000000 --- a/docker-resources/env.example +++ /dev/null @@ -1,5 +0,0 @@ -MIX_ENV=prod -ERL_EPMD_ADDRESS=127.0.0.1 -DB_NAME=akkoma -DB_USER=akkoma -DB_PASS=akkoma diff --git a/docker-resources/manage.sh b/docker-resources/manage.sh index acb6618c3..b1338c100 100755 --- a/docker-resources/manage.sh +++ b/docker-resources/manage.sh @@ -1,3 +1,3 @@ #!/bin/sh -docker compose run --rm akkoma $@ +docker compose run --rm akkoma ./bin/pleroma $@