Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-01-16 21:24:27 +00:00
parent ae38d840ae
commit 4e2ebb1858
16 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ services:
- -f
- http://localhost:8000/api/health
timeout: 5s
image: ghcr.io/leslieleung/glean-backend:0.2.3
image: ghcr.io/leslieleung/glean-backend:0.2.4
labels:
createdBy: Apps
networks:
@@ -141,7 +141,7 @@ services:
DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-glean}:${POSTGRES_PASSWORD:-glean}@postgres:5432/${POSTGRES_DB:-glean}
REDIS_URL: redis://redis:6379/0
SECRET_KEY: ${SECRET_KEY:-}
image: ghcr.io/leslieleung/glean-backend:0.2.3
image: ghcr.io/leslieleung/glean-backend:0.2.4
networks:
- glean-network
restart: always