Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
How to make it up and running:
System prerequisites:
- Docker
- Docker Compose
You need to create few files to store the secrets for the database connection:
- conf/secrets/db_name - that stores the name of the database to be used by the 9hood_blog
- conf/secrets/db_root_password - that stores the root password for the database
- conf/secrets/db_username - that stores the username for the 9hood_blog database user
- conf/secrets/db_password - that stores the password for the 9hood_blog database
BE CAREFUL! Linux editors add \n at the end of line automatically so you can have A SMALL FUCKING PROBLEM with authorization do db.
And just run:
docker compose up --build -d