Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 481 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 481 Bytes

Warren - Docker Containers 🐋

This action takes a docker compose file and start all services declared in detached mode. Then it will wait for 10 seconds for the containers to start.

Inputs

docker-compose-file

Required: The docker-compose file path (absolute, relative or pattern paths are acceptable)

Usage

- name: Warren - Docker Containers
  uses: warrenbrasil/docker-containers@v4
  with:
    docker-compose-file: ./docker-compose.yml