From 2e0233fbc28c89e0939129d7a75b00c23237325d Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 18 Aug 2025 12:12:16 -0400 Subject: [PATCH] chore(service): change affine images (#6366) --- templates/compose/affine.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/compose/affine.yaml b/templates/compose/affine.yaml index 9d31d3be0..92231d41a 100644 --- a/templates/compose/affine.yaml +++ b/templates/compose/affine.yaml @@ -7,7 +7,7 @@ services: affine: - image: ghcr.io/toeverything/affine-graphql:stable + image: ghcr.io/toeverything/affine:stable depends_on: redis: condition: service_healthy @@ -44,7 +44,7 @@ services: affine_migration: exclude_from_hc: true - image: ghcr.io/toeverything/affine-graphql:${AFFINE_REVISION:-stable} + image: ghcr.io/toeverything/affine:${AFFINE_REVISION:-stable} restart: on-failure volumes: - affine-storage:/root/.affine/storage @@ -75,7 +75,7 @@ services: timeout: 5s retries: 5 postgres: - image: postgres:16 + image: pgvector/pgvector:pg16 volumes: - affine-postgres-data:/var/lib/postgresql/data healthcheck: