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
- Host: GitHub
- URL: https://github.com/mesripour/development-docker-lemp-tick
- Owner: mesripour
- Created: 2019-05-31T13:18:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T18:04:23.000Z (over 6 years ago)
- Last Synced: 2025-02-07T16:41:17.064Z (about 1 year ago)
- Topics: docker, dockercompose, lemp-stack, tick-stack
- Language: Dockerfile
- Homepage:
- Size: 73.2 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```