aboutsummaryrefslogtreecommitdiff
path: root/app/build
diff options
context:
space:
mode:
Diffstat (limited to 'app/build')
-rw-r--r--app/build/docker-compose.yml4
-rw-r--r--app/build/plume/Dockerfile4
2 files changed, 3 insertions, 5 deletions
diff --git a/app/build/docker-compose.yml b/app/build/docker-compose.yml
index de2c229..ea5deac 100644
--- a/app/build/docker-compose.yml
+++ b/app/build/docker-compose.yml
@@ -80,8 +80,8 @@ services:
build:
context: ./plume
args:
- VERSION: 0cd26dfbf4ab7be467325ed77230cf371147a98e
- image: superboum/plume:v1
+ VERSION: 0.6.0
+ image: superboum/plume:v2
postfix:
build:
diff --git a/app/build/plume/Dockerfile b/app/build/plume/Dockerfile
index 9199e1e..4e05424 100644
--- a/app/build/plume/Dockerfile
+++ b/app/build/plume/Dockerfile
@@ -19,7 +19,7 @@ RUN apt-get update && \
ARG VERSION
WORKDIR /opt
-RUN git clone -n https://git.deuxfleurs.fr/Deuxfleurs/plume.git
+RUN git clone -n https://git.joinplu.me/Plume/Plume.git plume
WORKDIR /opt/plume
RUN git checkout ${VERSION}
@@ -52,5 +52,3 @@ COPY --from=builder /usr/local/cargo/bin/plume /usr/local/bin/
COPY plm-start /usr/local/bin/
CMD ["plm-start"]
-
-EXPOSE 7878