Add API Documentation Service and enhance existing services with OpenAPI support
This commit is contained in:
@@ -85,6 +85,27 @@ services:
|
||||
- ./frontend:/app
|
||||
- /app/node_modules
|
||||
|
||||
# API Documentation Service (Development)
|
||||
api-docs:
|
||||
build:
|
||||
context: ./services/api-docs
|
||||
dockerfile: Dockerfile.dev
|
||||
ports:
|
||||
- "8083:8083"
|
||||
environment:
|
||||
- API_GATEWAY_URL=http://api-gateway:8080
|
||||
- SERVICE_ADAPTERS_URL=http://service-adapters:8000
|
||||
- METRICS_COLLECTOR_URL=http://metrics-collector:8081
|
||||
- NOTIFICATION_SERVICE_URL=http://notification-service:8082
|
||||
depends_on:
|
||||
- api-gateway
|
||||
- service-adapters
|
||||
networks:
|
||||
- labfusion-network
|
||||
volumes:
|
||||
- ./services/api-docs:/app
|
||||
- /app/node_modules
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
redis_data:
|
||||
|
||||
Reference in New Issue
Block a user