Procházet zdrojové kódy

fix: api and worker service volumes mount error (#21)

tags/0.2.2
John Wang před 2 roky
rodič
revize
d8a716d857
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      docker/docker-compose.yaml

+ 2
- 2
docker/docker-compose.yaml Zobrazit soubor

@@ -86,7 +86,7 @@ services:
- weaviate
volumes:
# Mount the storage directory to the container, for storing user files.
- ./volumes/app/storage:/app/storage
- ./volumes/app/storage:/app/api/storage

# worker service
# The Celery worker for processing the queue.
@@ -137,7 +137,7 @@ services:
- weaviate
volumes:
# Mount the storage directory to the container, for storing user files.
- ./volumes/app/storage:/app/storage
- ./volumes/app/storage:/app/api/storage

# Frontend web application.
web:

Načítá se…
Zrušit
Uložit