Skip to content
Mads edited this page May 9, 2024 · 6 revisions

🚀 Deployment

The following is a simple step-by-step of deploying the Docker services in this repo.

Install Git

...

Install Docker/docker-compose

...

Using this repository

Clone this Github repo:

git clone https://github.com/Wraaath/docker-services.git

Edit the env-variables for each service:

cp .env.example .env
vim .env

Create the Docker network "proxy" for Traefik:

sudo docker network create proxy

Run any of the services:

sudo docker compose up -d
Clone this wiki locally