Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
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
HUB Terra
SMS
Frontend
Commits
af198d9a
Commit
af198d9a
authored
3 years ago
by
Kotyba Alhaj Taha
Browse files
Options
Downloads
Plain Diff
Merge branch 'back_to_old_method' into 'master'
reset all changes. See merge request
!173
parents
2dd71924
d21647a4
No related branches found
No related tags found
1 merge request
!173
reset all changes.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/deployment/ufz/Dockerfile
+7
-6
7 additions, 6 deletions
docker/deployment/ufz/Dockerfile
with
7 additions
and
6 deletions
docker/deployment/ufz/Dockerfile
+
7
−
6
View file @
af198d9a
...
...
@@ -29,11 +29,11 @@
FROM
node:16.0.0-buster
as
js-builder
# First the urls for sms backend and cv backend
#
ARG SMS_BACKEND_URL_ARG
ENV
SMS_BACKEND_URL
/backend/api/v1
ARG
SMS_BACKEND_URL_ARG
ENV
SMS_BACKEND_URL
$SMS_BACKEND_URL_ARG
#
ARG CV_BACKEND_URL_ARG
ENV
CV_BACKEND_URL
/cv/api/v1
ARG
CV_BACKEND_URL_ARG
ENV
CV_BACKEND_URL
$CV_BACKEND_URL_ARG
ENV
INSTITUTE ufz
...
...
@@ -44,8 +44,9 @@ ENV NUXT_ENV_CLIENT_ID $CLIENT_ID_ARG
ARG
AUTHORITY_ARG
ENV
NUXT_ENV_AUTHORITY $AUTHORITY_ARG
## VERY IMPORTANT: That is the root path of the application and all additional files on the server
#ENV BASE_URL /sms
# The redirect uris (those must be different per host on that the frontend runs)
ARG
HOST_ARG
ENV
BASE_URL /sms
# And those remaining settings
ENV
NUXT_ENV_SCOPE openid profile email
...
...
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