ci: deploy immutable dev images
Some checks failed
CI/CD Pipeline / Manual Action Help (push) Has been skipped
CI/CD Pipeline / Start Dev Containers in Dokploy (push) Has been skipped
CI/CD Pipeline / Drop and Recreate Dev Database (push) Has been skipped
CI/CD Pipeline / Quality Gate (push) Failing after 2m41s
CI/CD Pipeline / Build and Push Images (push) Has been skipped
CI/CD Pipeline / Deploy Dev in Dokploy (push) Has been skipped
CI/CD Pipeline / Internal Notify (push) Successful in 1s

This commit is contained in:
2026-04-28 14:13:51 +02:00
parent c72343a375
commit 1331a5bbd1
2 changed files with 28 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ services:
migrate:
build: *web-build
image: ${WEB_IMAGE:-mostovik/web:latest}
pull_policy: always
container_name: mostovik_migrate
env_file:
- .env.prod
@@ -27,6 +28,7 @@ services:
web:
build: *web-build
image: ${WEB_IMAGE:-mostovik/web:latest}
pull_policy: always
container_name: mostovik_web
restart: unless-stopped
env_file:
@@ -46,6 +48,7 @@ services:
celery_worker:
build: *celery-build
image: ${CELERY_IMAGE:-mostovik/celery:latest}
pull_policy: always
container_name: mostovik_celery_worker
restart: unless-stopped
environment:
@@ -66,6 +69,7 @@ services:
celery_beat:
build: *celery-build
image: ${CELERY_IMAGE:-mostovik/celery:latest}
pull_policy: always
container_name: mostovik_celery_beat
restart: unless-stopped
env_file: