Skip to content
Snippets Groups Projects
Commit c735be0c authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

Add gitlab images + env template

parent 92fefa9c
No related branches found
No related tags found
1 merge request!7feat: add front office
Pipeline #15452 passed
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
# misc # misc
.DS_Store .DS_Store
.env
.env.local .env.local
.env.development.local .env.development.local
.env.test.local .env.test.local
......
version: '3.7' version: '3.7'
services: services:
nginx: nginx:
image: test image: registry.forge.grandlyon.com/web-et-numerique/llle_project/backoffice-client:dev
restart: unless-stopped restart: unless-stopped
ports: ports:
- 443:443 - 443:443
...@@ -29,7 +29,7 @@ services: ...@@ -29,7 +29,7 @@ services:
retries: 60 retries: 60
backend: backend:
image: back image: registry.forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server:dev
networks: networks:
backoffice: backoffice:
depends_on: depends_on:
......
NODE_TLS_REJECT_UNAUTHORIZED = '0'
HTTPS=true
SSL_CRT_FILE=cert.pem
SSL_KEY_FILE=key.pem
# Common
HOSTNAME=
ADMIN_ROLE=
DEBUG_MODE=
HTTPS_PORT=
# Needed to user OAuth2 authentication :
REDIRECT_URL=
CLIENT_ID=
CLIENT_SECRET=
AUTH_URL=
TOKEN_URL=
USERINFO_URL=
LOGOUT_URL=
# Access to the database
DATABASE_USER=
DATABASE_PASSWORD=
DATABASE_NAME=
\ No newline at end of file
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