landvex: IOL v3 + Identify API + Neo4j-graf + byggpipeline
- FastAPI Identify API (port 8081) - Neo4j propertygraf (64 noder, 80 kanter) - Ingest-pipeline (Python) - Byggscript + integrationstester - Docker Compose setup
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
api:
|
||||
build: ./api
|
||||
ports:
|
||||
- "8081:8080"
|
||||
volumes:
|
||||
- ./10-data:/app/data:ro
|
||||
environment:
|
||||
- DATA_DIR=/app/data
|
||||
- NEO4J_URI=bolt://host.docker.internal:7687
|
||||
- NEO4J_USER=neo4j
|
||||
- NEO4J_PASSWORD=quixzoom_neo4j_2026
|
||||
restart: unless-stopped
|
||||
|
||||
ingest:
|
||||
build: ./20-automation
|
||||
volumes:
|
||||
- ./10-data:/data
|
||||
- ./20-automation/intag:/intag:ro
|
||||
environment:
|
||||
- OUT=/data
|
||||
profiles: ["batch"]
|
||||
Reference in New Issue
Block a user