Sign inSign up

lephare/ansible

By lephare

Updated 2 days ago

A pre-configured Ansible image for deploying apps

Image
1

100K+

lephare/ansible repository overview

Docker environment

Installation

First you need to install Docker and docker-compose.

Copy the docker-composer.yml.dist to docker-composer.yml and modify to your need.

Global environment

The global environment contains generics containers used by our projects. You have :

- jwilder/nginx-proxy A nginx proxy that redirect http requests  to the good container based on the domain name.
- mariadb A MariaDb container.
- postgres A PostgreSQL container.
- blackfire A blackfire container for PHP profiling.

You can start theses containers by running :

$ docker-compose up
ProTips : dc alias

You can alias docker-compose to dc in your bash configuration :

alias dc="docker-compose"

Tag summary

Content type

Image

Digest

sha256:31e6055cd

Size

202.1 MB

Last updated

15 days ago

docker pull lephare/ansible