Skip to content
/ gropius Public

The easiest way to deploy the Gropius system

Notifications You must be signed in to change notification settings

ccims/gropius

Repository files navigation

Gropius

The easiest way to deploy the Gropius system.

⚠️ Files in this repository are not compatible with the legacy docker-compose cli. Use the newer integrated docker compose command instead. See here for install instructions.

Production

To generate a valid configuration, run ./generate_env.sh. This command will write the .env file, configuring all required secrets.

docker compose up

This will provide

Testing

⚠️ This setup should only be used for debugging the production version!

docker compose -f docker-compose-testing.yaml up

This will provide

GitHub sync

To execute the github sync use:

docker compose -f docker-compose-dev.yaml up github