This commit is contained in:
@@ -104,8 +104,8 @@ jobs:
|
||||
docker images registry.infra.mintel.me/mintel/mb-grid-solutions:latest --format 'table {{.Repository}}:{{.Tag}}\t{{.ID}}\t{{.CreatedSince}}'
|
||||
|
||||
echo ''
|
||||
echo '=== Force recreating and restarting app container ==='
|
||||
docker compose up -d --force-recreate app
|
||||
echo '=== Starting app container with new image (zero-downtime) ==='
|
||||
docker compose up -d --pull always --force-recreate --no-build app
|
||||
|
||||
echo ''
|
||||
echo '=== Waiting for container to be healthy (10 seconds) ==='
|
||||
|
||||
Reference in New Issue
Block a user