Skip to content

warrenbrasil/docker-containers

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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