chore(service): change affine images (#6366)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
affine:
|
affine:
|
||||||
image: ghcr.io/toeverything/affine-graphql:stable
|
image: ghcr.io/toeverything/affine:stable
|
||||||
depends_on:
|
depends_on:
|
||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -44,7 +44,7 @@ services:
|
|||||||
|
|
||||||
affine_migration:
|
affine_migration:
|
||||||
exclude_from_hc: true
|
exclude_from_hc: true
|
||||||
image: ghcr.io/toeverything/affine-graphql:${AFFINE_REVISION:-stable}
|
image: ghcr.io/toeverything/affine:${AFFINE_REVISION:-stable}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- affine-storage:/root/.affine/storage
|
- affine-storage:/root/.affine/storage
|
||||||
@@ -75,7 +75,7 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16
|
image: pgvector/pgvector:pg16
|
||||||
volumes:
|
volumes:
|
||||||
- affine-postgres-data:/var/lib/postgresql/data
|
- affine-postgres-data:/var/lib/postgresql/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user