https://github.com/ezitisitis/docker-arbory-mysql-nginx-traefik
Docker Compose for Arbory app
https://github.com/ezitisitis/docker-arbory-mysql-nginx-traefik
Last synced: 6 months ago
JSON representation
Docker Compose for Arbory app
- Host: GitHub
- URL: https://github.com/ezitisitis/docker-arbory-mysql-nginx-traefik
- Owner: ezitisitis
- Created: 2019-12-08T14:11:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T11:03:04.000Z (over 6 years ago)
- Last Synced: 2025-01-29T20:26:43.046Z (over 1 year ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Compose for Arbory with Traefik
This is Docker Compose for Arbory projects (PHP + MySQL + NGINX) which are
runing behind Traefik.
## Requirments
- Docker compose
- Docker container with configured traefik
## Setup
Add environment data.
```bash
cp .env.sample .env
vi .env
```
## Run
### Development
```bash
docker-compose -f docker-compose-development.yml up -d
```
### Production
```bash
docker-compose up -d
```