Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 584 Bytes

DEVELOPMENT.md

File metadata and controls

19 lines (13 loc) · 584 Bytes

Development

The simplest way to build this image locally, it's to use Docker Compose. To do so, you will need to create 2 files: CP_DB_PASSWORD.secret and DB_ROOT_PASSWORD.secret (files with .secret extension are git-ignored).

echo "my_secret_password" > secrets/CP_DB_PASSWORD.secret
echo "turbo_secret_password" > secrets/DB_ROOT_PASSWORD.secret

Remamber to have a group press(gid=2048) and your user is assigned to it.

Now, you simply run:

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

The container will be accessible via http://localhost:8080