Skip to content

cpglsn/happs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

happs

This docker-compose file create 2 linked containers: db and php

db container

It's the first container to be created, with the following ENV variables:

DB_USERNAME=happs

DB_PASSWORD=happs

DB_DATABASE=happs

php container

  • It's php:7.1
  • Find installed mysql extensions as described in php image page
  • Find installed composer

usage

The usage is quite easy, after cloning this repo, move your current dir to where you have your code and run

docker-compose up -d -f path/happs/docker-compose.yaml

app will be available at http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published