ci: streamline pipeline and add dev deploy actions
Some checks failed
CI/CD Pipeline / Start Dev Containers in Dokploy (push) Has been skipped
CI/CD Pipeline / Start Dev Containers in Dokploy (pull_request) Has been skipped
CI/CD Pipeline / Quality Gate (pull_request) Failing after 2m47s
CI/CD Pipeline / Build and Push Images (pull_request) Has been skipped
CI/CD Pipeline / Quality Gate (push) Successful in 3m14s
CI/CD Pipeline / Build and Push Images (push) Has been skipped
CI/CD Pipeline / Internal Notify (pull_request) Successful in 1s
CI/CD Pipeline / Internal Notify (push) Successful in 1s

This commit is contained in:
2026-04-28 10:12:06 +02:00
parent 0c96c57121
commit e11e7da606
5 changed files with 411 additions and 231 deletions

View File

@@ -26,7 +26,7 @@ services:
web:
build: *web-build
image: http://10.10.0.10:3000/v2/avm/mostovik-backend:dev
image: ${WEB_IMAGE:-mostovik/web:latest}
container_name: mostovik_web
restart: unless-stopped
env_file:
@@ -49,7 +49,7 @@ services:
container_name: mostovik_celery_worker
restart: unless-stopped
environment:
CELERY_WORKER_CONCURRENCY: "1"
CELERY_WORKER_CONCURRENCY: "2"
CELERY_WORKER_MAX_MEMORY_PER_CHILD_KB: "3145728"
env_file:
- .env.prod