9 lines
344 B
Markdown
9 lines
344 B
Markdown
# How to run
|
|
Create a folder named secrets, and make a file in it called postgrespassword. Put a strong password in this file
|
|
|
|
Copy .env.template into a file called .env, and set the environment variables in it to something sensible.
|
|
|
|
Change the port number of the server you wish to expose in the docker compose file
|
|
|
|
Run docker compose up -d
|