-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mads edited this page May 9, 2024
·
6 revisions
The following is a simple step-by-step of deploying the Docker services in this repo.
...
...
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