Files
fefan/README.md
2026-01-19 14:44:00 +01:00

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
```