Skip to content

execute-it/deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Execute-It Deployment

This repository automatically pull all necessary docker containers and deploys them.

Prerequisites

This project is built on top of docker containers. So ensure that you have Docker and Docker Compose installed on your system For installation instructions refer: https://docs.docker.com/install/

Deployments

Create a .env file as given in .env.example.

Before starting docker-compose, create a docker bridge network

docker network create -d bridge executeit

Then start traefik

docker-compose -f docker-compose.prod.yml up -d reverse-proxy

And finally start the server

docker-compose -f docker-compose.prod.yml up 

System Architecture

System_Architecture

Tech Stack Used :

executeit

About

Deployment Config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages