EPFL-ENAC / ALICE-ETHZ-AREMA

https://alice-ethz-arema.epfl.ch
GNU General Public License v3.0
1 stars 0 forks source link

enac-it4r-repo

Template with licences / github templates and contributing processes

Todo

Input professionals standards (column names must be exact) :

Encoding format: UTF-8, Separator: ',' (comma)

Variable name Description Symbol Unit Data type Mandatory
nameP
addressP
expertiseP
webP
telP
emailP
workswS_P

--> Vision

Points d'entrées

What the .env file should look like

NODE_ENV=development
DNS=128.178.15.8

S3_ENDPOINT_HOSTNAME=s3.epfl.ch
S3_ENDPOINT_PROTOCOL=https://
S3_ACCESS_KEY_ID=xxx
S3_SECRET_ACCESS_KEY=xxxxx
S3_REGION=EU
S3_Bucket=xxxxx-xxxxx
S3_Key=alice-ethz-arema-suffix/

API_URL=https://localhost
API_PATH=/api

DATABASE_USERNAME=postgres
DATABASE_PASSWORD=xxxxx
DATABASE_NAME=myDbNAME
DATABASE_HOST=localhost

DATABASE_URL=postgres://postgres:xxxxx@localhost:5432/myDbNAME
ADMINISTRATOR_EMAIL="xxxx"
ADMINISTRATOR_EMAIL="no-reply@epfl.ch"
FEATHERS_SECRET="xxxxxxxxxxxxxxxx"

add compose command line for production

docker compose -f compose.yml -f production.yml up -d