Tested stable, except for 'ORCHESTRATION_TYPE=stack
patternhelloworld
released this
13 Nov 14:44
·
111 commits
to main
since this release
- Separated the source codes (from run.sh, util.sh to use-nginx.sh, use-consul.sh, use-app.sh).
- Added additional environment variables:
ORCHESTRATION_TYPE=compose
ONLY_BUILDING_APP_IMAGE=true
DOCKER_BUILD_MEMORY_USAGE=1G
USE_NGINX_RESTRICTED_LOCATION=false
NGINX_RESTRICTED_LOCATION=xxx
- Introduced an Experimental Docker Swarm Module ('ORCHESTRATION_TYPE=stack').
- Implemented robust infrastructure-layer recovery:
- emergency-consul-down-and-up.sh: Stops and removes all consul-connected containers to recover the Consul network and containers.
- emergency-nginx-restart.sh: Recovers Nginx by reorganizing it from scratch.
- emergency-nginx-down-and-up.sh: Performs the same function as the previous script."