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
- Host: GitHub
- URL: https://github.com/ibracorp/templates
- Owner: ibracorp
- Created: 2021-12-19T10:18:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T01:38:51.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T19:11:52.671Z (about 1 year ago)
- Language: Shell
- Size: 56.6 KB
- Stars: 30
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Templates
A selection of docker compose files that follow our series of YouTube videos
# Video Guide
[](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
```