Skip to content
/ FDE Public

A quick way to start Flazy Forum with docker. It install all it needs and more.

License

Notifications You must be signed in to change notification settings

flazyforum/FDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FDE - Flazy Docker Environment

  • Nginx
  • PHP 7.2-fpm
  • MySQL - MariaDB
  • Maildev - Mailhog

🚀 Quickstart

  • Install and launch Docker
  • cp .env.dist .env
  • docker-compose up
  • Copy Flazy working files in /public
  • Install the CMS
Service Path
Website http://localhost:8080
Mail catcher http://localhost:8081
Logs log/

⛺ Use a virtual host

  • On your machine, run $ sudo nano /etc/hosts and add 127.0.0.1 myhost.local
  • Change the server name in docker/nginx/nginx.conf#L3 to myhost.local
  • Modify .env and set SERVER_PORT=80
  • Run $ docker-compose up
  • If it fails make sure no service like Apache is running on port 80

💾 About MySQL credentials

If you change mysql credentials in .env you have to re-create mysql container:

  • Database will be deleted, make a backup
  • Remove container and volume : $ docker-compose rm -fv mysql
  • Run : docker-compose up

About

A quick way to start Flazy Forum with docker. It install all it needs and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published