No description
Find a file
2024-12-08 18:32:23 +01:00
keycloak add ignore 2024-12-08 11:41:46 +01:00
mysql-initdb add ignore 2024-12-08 11:41:46 +01:00
.docker-compose.http.yml add depends on db 2024-12-08 15:57:30 +01:00
.docker-compose.https.yml update keycloak url 2024-12-08 13:46:08 +01:00
.gitignore ignore env.local 2024-12-08 11:45:16 +01:00
README.md update 2024-12-08 18:32:23 +01:00
setup.sh update check directory 2024-12-08 14:44:53 +01:00

Docker Compose Repo for Open Datenschutzcenter

Installation of Jitsi Admin

Use the root user to setup docker and the Open Datenschutzcenter

su root

To use the setup script for docker-compose, run the following commands.

echo "Download Setup Script"
wget https://git.h2-invent.com/Datenschutzcenter/Docker-Compose/raw/branch/main/setup.sh
echo "Execute Setup Script"
bash setup.sh
echo "Remove Setup Script"
rm setup.sh
echo "Execute Docker Compose"
cd /opt/odc && docker-compose up -d

Working directory

The setup script will clone and add files into the directory /opt/odc.

You can therefrom run the composer command again or check the variables which are used to setup the containers

cd /opt/odc

Following Files are important and have been changed and setup with the script:

  • .env.local
  • docker.config
  • docker-compose.yml