Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

zhilinskiy/docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment for development php web applications

Stack includes:

Service Profile Description
Php none Main App container with PHP 8.1
Nginx nginx Web server for php-fpm
Postgres postgres Relational database and management system
Redis redis In-memory key–value database
Tarantool tarantool Lua app server integrated with a DB management system
Clickhouse clickhouse Columnar database and management system
Kafka kafka Distributed event store and stream-processing platform
Kowl kafka Easy-to-use web UI for kafka management
Vault vault Tool for securely accessing secrets
Consul consul Service networking platform
Prometheus prometheus Monitoring system with a time series database
Grafana prometheus Interactive visualization for Prometheus

Requirements:

docker --version         # 19.03.0 or higher
docker-compose --version # 1.10.0 or higher

Usage:

./docker/bin/start          # start all containers
./docker/bin/stop           # stop all containers
./docker/bin/restart        # stop+start wrapper
./docker/bin/attach ${name} # attach to ${name} service's container
./docker/bin/status         # show status of running containers
./docker/bin/remove         # remove all containers, including all data
./docker/bin/logs ${name}   # show ${name} service's container syslog

Development plans:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 55.4%
  • Shell 44.6%