Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.15 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.15 KB

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