fix: pin docker compose images

This commit is contained in:
bizcochito 2025-01-07 10:14:33 +00:00
parent 633a8e6192
commit d18ccefa26
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ services:
- mongodb_data:/data/db - mongodb_data:/data/db
bot-api: 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 container_name: bot-api-fe
ports: ports:
- 8080:8080 - 8080:8080
@ -27,7 +27,7 @@ services:
JWTSECRET: "cooljwtsecret" JWTSECRET: "cooljwtsecret"
fe-middleware: 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 container_name: fe-middleware-fe
ports: ports:
- 8081:8081 - 8081:8081