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