- License Usage Calculation realised
- View License Usages - Celery Beat container added - First schedule in Celery Beat for calculating usage (hourly) - repopack can now split for different components - Various fixes as consequece of changing file_location / file_name ==> bucket_name / object_name - Celery Routing / Queuing updated
This commit is contained in:
@@ -145,6 +145,28 @@ services:
|
||||
networks:
|
||||
- eveai-network
|
||||
|
||||
eveai_beat:
|
||||
platform: linux/amd64
|
||||
image: josakola/eveai_beat:latest
|
||||
environment:
|
||||
<<: *common-variables
|
||||
COMPONENT_NAME: eveai_beat
|
||||
volumes:
|
||||
- eveai_logs:/app/logs
|
||||
networks:
|
||||
- eveai-network
|
||||
|
||||
eveai_entitlements:
|
||||
platform: linux/amd64
|
||||
image: josakola/eveai_entitlements:latest
|
||||
environment:
|
||||
<<: *common-variables
|
||||
COMPONENT_NAME: eveai_entitlements
|
||||
volumes:
|
||||
- eveai_logs:/app/logs
|
||||
networks:
|
||||
- eveai-network
|
||||
|
||||
flower:
|
||||
image: josakola/flower:latest
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user