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

https://github.com/ibracorp/templates

A selection of docker compose files that follow our series of YouTube videos
https://github.com/ibracorp/templates

Last synced: about 1 year ago
JSON representation

A selection of docker compose files that follow our series of YouTube videos

Awesome Lists containing this project

README

          

# Templates
A selection of docker compose files that follow our series of YouTube videos

# Video Guide

[![Video Guide](https://img.youtube.com/vi/7avhADqiPbc/0.jpg)](https://www.youtube.com/watch?v=7avhADqiPbc)

# Written Guide

https://docs.ibracorp.io/docker-compose/

# Create Docker Networs

Create custom docker network called proxy

```
docker network create proxy secure
```
# Clone the Repository

Clone the repository with the following command

```
git clone https://github.com/ibracorp/templates.git
```

# Hardlink the .env File

```
ln /path/to/global/.env /path/to/app_folder/.env
```