From d18ccefa2679993cc513a01c6696e6bae2a8f2d1 Mon Sep 17 00:00:00 2001 From: bizcochito Date: Tue, 7 Jan 2025 10:14:33 +0000 Subject: [PATCH] fix: pin docker compose images --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index f3e8d61..825d095 100644 --- a/compose.yaml +++ b/compose.yaml @@ -13,7 +13,7 @@ services: - mongodb_data:/data/db bot-api: - image: git.fai.st/fedi-image-bot/bot-api:latest + image: git.fai.st/fedi-image-bot/bot-api:v1.0.2 container_name: bot-api-fe ports: - 8080:8080 @@ -27,7 +27,7 @@ services: JWTSECRET: "cooljwtsecret" fe-middleware: - image: git.fai.st/fedi-image-bot/fe-middleware:latest + image: git.fai.st/fedi-image-bot/fe-middleware:v1.0.2 container_name: fe-middleware-fe ports: - 8081:8081