[FA-misc] Add ReportingService Dockerfile and docker-compose entry
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -157,6 +157,20 @@ services:
|
||||
condition: service_healthy
|
||||
restart: unless-stopped
|
||||
|
||||
reporting-service:
|
||||
image: git.orfl.xyz/conco/fictionarchive-reporting-service:latest
|
||||
networks:
|
||||
- fictionarchive
|
||||
environment:
|
||||
ConnectionStrings__DefaultConnection: Host=postgres;Database=FictionArchive_Reporting;Username=${POSTGRES_USER:-postgres};Password=${POSTGRES_PASSWORD:-postgres}
|
||||
RabbitMQ__ConnectionString: amqp://${RABBITMQ_USER:-guest}:${RABBITMQ_PASSWORD:-guest}@rabbitmq
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
rabbitmq:
|
||||
condition: service_healthy
|
||||
restart: unless-stopped
|
||||
|
||||
# ===========================================
|
||||
# API Gateway
|
||||
# ===========================================
|
||||
@@ -179,6 +193,7 @@ services:
|
||||
- file-service
|
||||
- user-service
|
||||
- usernoveldata-service
|
||||
- reporting-service
|
||||
restart: unless-stopped
|
||||
|
||||
# ===========================================
|
||||
|
||||
Reference in New Issue
Block a user