Skip to content
Snippets Groups Projects
Commit 47616ec2 authored by stefan's avatar stefan
Browse files

Merge remote-tracking branch 'origin/main'

parents bf2bebcf f7376949
No related branches found
No related tags found
No related merge requests found
......@@ -9,19 +9,29 @@ In order to set up the stack locally, follow the following steps
Copy the contents of `.env.sample` in `.env`
```bash
cp .env.development.sample .env
cp .env.sample .env
```
Do that in the producer folder as well
Replace the placeholders with the desired values
### 1.2 Install the NodeJS dependencies
### 1.2 Install the NodeJS dependencies (optional)
```bash
npm install
```
### 1.3 Start the docker compose stack
### 1.3 Producer container
For the container to work, the following command needs to be run in the producer folder
```bash
find . -type f -print0 | xargs -0 dos2unix
```
### 1.4 Start the docker compose stack
```bash
docker compose --profile up
docker compose up
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment