16 lines
298 B
Markdown
16 lines
298 B
Markdown
## Installation
|
|
### Setup environment variables
|
|
|
|
```sh
|
|
NEXT_PUBLIC_CONTENT_URI=https://content.fefan.fr/api
|
|
NEXT_PUBLIC_IMG_URI=https://content.fefan.fr
|
|
NEXT_PUBLIC_ORIGIN=https://fefan.fr
|
|
POSTGRES_USER=strapi
|
|
POSTGRES_PASSWORD=<db-pass>
|
|
```
|
|
|
|
### Run project
|
|
```sh
|
|
docker-compose up --build -d
|
|
```
|