Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 472 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 472 Bytes

Docker image with variable

Version with custom Dockerfile / Docker Image.

How to run

docker-compose build
docker-compose up

How is it working

  1. Run the health check.
    1. If it fails, exits from script with exit code 1.
    2. If the health check is ok, the script will continue.
  2. If it is the first health check OK and if DOCKER_ON_READY environment variable exists, execute it.