Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elastic Stack Example

Run PHP sample App with Docker

Run services

docker-compose up -d

Install dependencies

docker run --rm -it -v $PWD/app/php:/app composer install

Run app

docker run -it --rm --name elastic-stack-example \
  --network container:elasticsearch \
  -v "$PWD":/usr/src/myapp \
  -w /usr/src/myapp php:7.4-cli php app/php/app.php -a info -b warning

About

Simple app using Elastic Stack (Elasticsearch+Logstash+Kibana) & Beats with Docker for the CodelyTV Pro course

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages