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

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

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
```