Przeglądaj źródła

fix: remove the deprecated depends_on.condition format (#1142)

tags/0.3.21
takatost 2 lat temu
rodzic
commit
6637629045
No account linked to committer's email address
1 zmienionych plików z 6 dodań i 12 usunięć
  1. 6
    12
      docker/docker-compose.yaml

+ 6
- 12
docker/docker-compose.yaml Wyświetl plik

@@ -114,12 +114,9 @@ services:
# The sample rate for Sentry profiles. Default: `1.0`
SENTRY_PROFILES_SAMPLE_RATE: 1.0
depends_on:
db:
condition: service_healthy
redis:
condition: service_healthy
weaviate:
condition: service_started
- db
- redis
- weaviate
volumes:
# Mount the storage directory to the container, for storing user files.
- ./volumes/app/storage:/app/api/storage
@@ -170,12 +167,9 @@ services:
# the api-key for resend (https://resend.com)
RESEND_API_KEY: ''
depends_on:
db:
condition: service_healthy
redis:
condition: service_healthy
weaviate:
condition: service_started
- db
- redis
- weaviate
volumes:
# Mount the storage directory to the container, for storing user files.
- ./volumes/app/storage:/app/api/storage

Ładowanie…
Anuluj
Zapisz