Add organizations v2 API and registry enrichment
All checks were successful
CI/CD Pipeline / Quality Gate (push) Successful in 26s
CI/CD Pipeline / Build and Push Images (push) Successful in 6s
CI/CD Pipeline / Internal Notify (push) Successful in 0s
CI/CD Pipeline / Deploy Dev in Dokploy (push) Successful in 1s

This commit is contained in:
2026-05-06 19:04:46 +02:00
parent f54aa4cb0b
commit 0f17ff6773
62 changed files with 10311 additions and 430 deletions

View File

@@ -71,8 +71,6 @@ services:
ports:
- "8000:8000"
volumes:
- ./src:/app/src
- ./logs:/app/logs
- ./media:/app/media
- ./staticfiles:/app/staticfiles
- ./input:/app/input
@@ -95,8 +93,6 @@ services:
mem_limit: 3g
memswap_limit: 3g
volumes:
- ./src:/app/src
- ./logs:/app/logs
- ./input:/app/input
command: ["/app/docker/scripts/start-celery-worker.sh"]
@@ -112,7 +108,5 @@ services:
migrate:
condition: service_completed_successfully
volumes:
- ./src:/app/src
- ./logs:/app/logs
- ./input:/app/input
command: ["/app/docker/scripts/start-celery-beat.sh"]