Set of tools of operating server shared with multiple projects using Docker.
[TOC]
apt install make docker.io docker-compose openssl
Although, useful packages:
apt install git curl apache2-utils htop gettext-base
Pull common docker images:
docker pull traefik:latest
docker pull nginx:stable-alpine
docker pull postgres:alpine
./gitlab-ci-runner/
Scripts for setting up your own GitLab CI runner.
./traefik-public/
Cluster-wide load balancer and https proxy.
./portainer/
Portainer is a web UI (user interface) that allows you to see the state of your Docker services in a Docker Swarm mode cluster and manage it.
./swarmpit/
Swarmpit provides a nice and clean way to manage your Docker Swarm cluster.
See Makefile
for list of shortcuts and what they do.