An open API service indexing awesome lists of open source software.

https://github.com/k-foss/servers-stack

Docker Compose Stack for service services
https://github.com/k-foss/servers-stack

Last synced: 2 months ago
JSON representation

Docker Compose Stack for service services

Awesome Lists containing this project

README

        

# KJDev1 Server System Containers

This is a small compose stack for running on each of the swarm nodes in Kristian Jones' Development Clusters

## Usage

### Configure

Run the [`./bin/configure.sh`](./bin/configure.sh) script and provide the requested credentials and hostnames/IPs, when prompted for a SSH key password please leave it blank and hit enter. It will prompt for the hostnames first, please enter all hostnames/IP addresses of the other nodes you want to manage.

This script will generate an SSH key which is stored under `./TMP/SSH` it will the username to attempt to SSH into the other hostnames/IPs, please allow password entry for the entered user on the recieving machines, it will prompt for password upon SSH connection, it will add the autogenerated SSH key to `~/.ssh/authorized_keys` on the target servers.

## Usage

When you have configured or have changed any files in this stack rerun the deploy script, this will RClone this folder to all other servers at `~/Server` and then SSH and bring up the stack