fix: [30388f42] Korrigiere Syntaxfehler in docker-compose.yml
- Entfernt einen überflüssigen, leeren 'volumes:'-Block am Ende der Datei, der einen Validierungsfehler verursachte.
This commit is contained in:
@@ -70,7 +70,4 @@ services:
|
|||||||
API_USER: "admin"
|
API_USER: "admin"
|
||||||
API_PASSWORD: "gemini"
|
API_PASSWORD: "gemini"
|
||||||
DB_PATH: "/app/connector_queue.db"
|
DB_PATH: "/app/connector_queue.db"
|
||||||
COMPANY_EXPLORER_URL: "http://company-explorer:8000"
|
COMPANY_EXPLORER_URL: "http://company-explorer:8000"
|
||||||
|
|
||||||
volumes:
|
|
||||||
# No custom volumes needed for the streamlined setup
|
|
||||||
Reference in New Issue
Block a user