Merge pull request #4100 from QYG2297248353/renovate/ghcr.io-leslieleung-glean-backend-0.x

chore(deps): update ghcr.io/leslieleung/glean-backend docker tag to v0.2.3
This commit is contained in:
github-actions[bot]
2025-12-25 04:55:47 +00:00
committed by GitHub
+2 -2
View File
@@ -50,7 +50,7 @@ services:
condition: service_healthy
redis:
condition: service_healthy
image: ghcr.io/leslieleung/glean-backend:0.2.2
image: ghcr.io/leslieleung/glean-backend:0.2.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -87,7 +87,7 @@ services:
condition: service_healthy
backend:
condition: service_healthy
image: ghcr.io/leslieleung/glean-backend:0.2.2
image: ghcr.io/leslieleung/glean-backend:0.2.3
container_name: ${CONTAINER_NAME}-worker
environment:
DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-glean}:${POSTGRES_PASSWORD:-glean}@postgres:5432/${POSTGRES_DB:-glean}