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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user