An open API service indexing awesome lists of open source software.

https://github.com/mesripour/development-docker-lemp-tick

Docker-Compose running LEMP & TICK stack
https://github.com/mesripour/development-docker-lemp-tick

docker dockercompose lemp-stack tick-stack

Last synced: 4 months ago
JSON representation

Docker-Compose running LEMP & TICK stack

Awesome Lists containing this project

README

          

# Docker-Compose LEMP TICK
* Linux
* Nginx
* MySQL
* PHP
* Telegraf
* InfluxDB
* Chronograf
* Kapacitor

# How to use
```
1. add projects to /src/{projects}
2. sudo chown www-data:www-data -R {project_storage}
3. docker-compose up -d
4. add vhosts to /etc/hosts
```