Skip to content

Latest commit

 

History

History

decentralized

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Decentralized

Create these folders:

mkdir /home/share
cd /home/share
mkdir mariadb redis cache uploads certificates functions builds config executor

Create an SSH key

> ssh-keygen -t ed25519

cat sshfs.pub >> /root/.ssh/authorized_keys

You'll use the private key for either the horizontal or the swarm method.

Start docker compose

Put .env and docker-compose.yml inside the /root/databases/ folder, adjust the environment variables inside the .env file. Then run

docker-compose up -d