thewrath / symfony-docker

Simple Dockerfile and docker-compose for symfony based project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony docker environment

This repository contain docker-compose and Dockerfile for a ready to use Symfony/MySQL/PMA.

Installation

Linux

You can use the make file :

Build all services

make compose

Run

make run

Refer to the makefile for the other command

Windows

On Windows makefile cannot be used (except with tricks and magic), you can directly write command you found in the makefile.

Usage

When containers are up you can go to the following URLs :

  • symfony.docker.test:1080
  • traefik.docker.test:1080
  • pma.docker.test:1080

TODO

  • Update Traefik version

About

Simple Dockerfile and docker-compose for symfony based project


Languages

Language:Dockerfile 64.8%Language:Makefile 22.2%Language:Shell 13.1%