Skip to content
Snippets Groups Projects
Commit c47e9759 authored by Aaron Dötsch's avatar Aaron Dötsch
Browse files

Update Building section in README

parent acf3379f
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,19 @@
## Building
First, rename the `.env.example` file to `.env` and the `docker-compose.yml.example` to `docker-compose.yml`. Then fill in the values in the `.env` file. The `docker-compose.yml` file should be fine as it is, but you can change the ports and volume locations if you want to.
To build the app, compile the docker container.
```bash
docker compose build
```
To start it you then just have to set up the `docker-compose.yml` and environment variables and use `docker compose up`.
Afterwards you can start the app.
```bash
docker compose up
```
## Setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment