Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Blue-green docker-compose deployment with manual swap

Notifications You must be signed in to change notification settings

tipsypenguin/blue-green-deploy

Repository files navigation

Blue-green docker-compose deployment

Quickstart

  • ./init.sh - Run hello-world application with version 1.0.0 in green container.
  • Open in browser localhost:9093 to check version 1.0.0
  • ./deploy.sh 1.0.1 - Deploy hello-world 1.0.1 to blue container
  • ./swap.sh - Swap green and blue containers
  • Open in browser localhost:9093 to check version 1.0.1

Releases

No releases published

Packages

No packages published

Languages