diff --git a/docker-compose.yml b/docker-compose.yml index d4c4ea2..2be6439 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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