From b26c0befa73aee115ff7471c13078855bd27b3b1 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 2 Oct 2023 13:43:44 +0530 Subject: [PATCH] feat: use https://git.batsense.net/ForgeFlux/ftest-gotosocial-wrapper --- targets/gotosocial/Dockerfile | 8 -------- targets/gotosocial/docker-compose.yaml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 targets/gotosocial/Dockerfile diff --git a/targets/gotosocial/Dockerfile b/targets/gotosocial/Dockerfile deleted file mode 100644 index a71d6c7..0000000 --- a/targets/gotosocial/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -FROM superseriousbusiness/gotosocial:latest as upstream - -FROM alpine:3.17.2 as executor -USER 1001:1001 -WORKDIR "/gotosocial/storage" -WORKDIR "/gotosocial" -COPY --chown=1001:1001 --from=upstream /gotosocial /gotosocial -VOLUME [ "/gotosocial/config" ] diff --git a/targets/gotosocial/docker-compose.yaml b/targets/gotosocial/docker-compose.yaml index 9beb3e4..15bf669 100644 --- a/targets/gotosocial/docker-compose.yaml +++ b/targets/gotosocial/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3.3" services: gotosocial: - image: forgeflux/ftest-control-gotosocial:latest + image: forgeflux/ftest-gotosocial-wrapper:latest container_name: gotosocial user: 1001:1001 command: