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.
 
 
 
 
 
Ubuntu e8c251f152 nginx: read full env 2 years ago
hedgedoc hedgedoc: setup needs the keycloak password 2 years ago
keycloak overhaul the env.production files, add more nginx wrappers, split things into setup scripts 2 years ago
mastodon overhaul the env.production files, add more nginx wrappers, split things into setup scripts 2 years ago
nextcloud nextcloud: rework for automation 2 years ago
nginx nginx: read full env 2 years ago
.gitignore overhaul the env.production files, add more nginx wrappers, split things into setup scripts 2 years ago
README.md readme: setup instructions 2 years ago
env.production readme: setup instructions 2 years ago

README.md

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