Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
backoffice_client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
backoffice_client
Commits
c735be0c
Commit
c735be0c
authored
3 years ago
by
Guilhem CARRON
Browse files
Options
Downloads
Patches
Plain Diff
Add gitlab images + env template
parent
92fefa9c
No related branches found
Branches containing commit
No related tags found
1 merge request
!7
feat: add front office
Pipeline
#15452
passed
3 years ago
Stage: build
Stage: quality
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
docker-compose.yml
+2
-2
2 additions, 2 deletions
docker-compose.yml
env-template
+23
-0
23 additions, 0 deletions
env-template
with
26 additions
and
2 deletions
.gitignore
+
1
−
0
View file @
c735be0c
...
...
@@ -13,6 +13,7 @@
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
2
−
2
View file @
c735be0c
version
:
'
3.7'
services
:
nginx
:
image
:
test
image
:
registry.forge.grandlyon.com/web-et-numerique/llle_project/backoffice-client:dev
restart
:
unless-stopped
ports
:
-
443:443
...
...
@@ -29,7 +29,7 @@ services:
retries
:
60
backend
:
image
:
back
image
:
registry.forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server:dev
networks
:
backoffice
:
depends_on
:
...
...
This diff is collapsed.
Click to expand it.
env-template
0 → 100644
+
23
−
0
View file @
c735be0c
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment