Set restart to always

This commit is contained in:
2025-12-27 10:56:06 +01:00
parent f6cadc530f
commit eee9503f34
+3 -3
View File
@@ -22,7 +22,7 @@ services:
- REDIS_SERVER_HOST=redis
- DATABASE_URL=postgresql://${DB_USERNAME}:${DB_PASSWORD}@postgres:5432/${DB_DATABASE:-affine}
- AFFINE_INDEXER_ENABLED=false
restart: unless-stopped
restart: always
affine_migration:
image: ghcr.io/toeverything/affine:${AFFINE_REVISION:-stable}
@@ -52,7 +52,7 @@ services:
interval: 10s
timeout: 5s
retries: 5
restart: unless-stopped
restart: always
postgres:
image: pgvector/pgvector:pg16
@@ -73,4 +73,4 @@ services:
interval: 10s
timeout: 5s
retries: 5
restart: unless-stopped
restart: always