docker-compose environment for the entire v.st system https://v.st/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Trammell Hudson d8543b6ba5 rename to hackerspace.zone and fix docker hostnames 2 years ago
hedgedoc rename to hackerspace.zone and fix docker hostnames 2 years ago
keycloak rename to hackerspace.zone and fix docker hostnames 2 years ago
mastodon overhaul the env.production files, add more nginx wrappers, split things into setup scripts 2 years ago
nextcloud rename to hackerspace.zone and fix docker hostnames 2 years ago
nginx rename to hackerspace.zone and fix docker hostnames 2 years ago
.gitignore overhaul the env.production files, add more nginx wrappers, split things into setup scripts 2 years ago
README.md rename to hackerspace.zone and fix docker hostnames 2 years ago
env.production rename to hackerspace.zone and fix docker hostnames 2 years ago

README.md

apt install jq docker-compose

cd keycloak
sudo docker-compose up -d
sleep 30
./setup
cd ../nginx
./setup
sudo docker-compose up -d
cd ../hedgedoc
./setup
sudo docker-compose up -d
cd ../nextcloud
sudo docker-compose up -d
./setup