Skip to content

askello/docker-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-workspace

LEMP-oriented workspace for php-developers.

Workspace includes:

  • Nginx
  • PHP (7.4, 8.1) (with configured CRON jobs)
  • MySQL (5.7, 8.0)
  • PhpMyAdmin
  • Redis
  • Grafana

To start up workspace, run:

docker-compose up -d

Forwarded ports (so you can connect to them from outside the docker):

3306 - MySQL 5.7
3307 - MySQL 8.0
6379 - Redis

To access available services in your browser, add this to your hosts file:

127.0.0.1 php-74.docker
127.0.0.1 php-81.docker
127.0.0.1 phpmyadmin.docker
127.0.0.1 grafana.docker

Hosts file location:

  • Windows C:\Windows\System32\drivers\etc\hosts
  • Linux | Mac /etc/hosts

This workspace is inspired by drandin/docker-php-workspace

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published