8000 GitHub - JaimeSanchez/symfony-base-repository
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JaimeSanchez/symfony-base-repository

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony Base Repository

This repository contains the basic configuration to run Symfony applications with MySQL database

Content

  • PHP container running version 8.1.1
  • MySQL container running version 8.0.26

Instructions

  • make build to build the containers
  • make start to start the containers
  • make stop to stop the containers
  • make restart to restart the containers
  • make prepare to install dependencies with composer (once the project has been created)
  • make run to start a web server listening on port 1000 (8000 in the container)
  • make logs to see application logs
  • make ssh-be to SSH into the application container

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 50.2%
  • Dockerfile 49.8%
0