UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fiesta-wagon-bootstrap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform One
Party Bus
fiesta-wagon
fiesta-wagon-bootstrap
Merge requests
!8
BULL-3225-better-startup - Better startup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
BULL-3225-better-startup - Better startup
BULL-3225-better-startup
into
main
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Patrick Tafoya
requested to merge
BULL-3225-better-startup
into
main
3 months ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
Adds a startup docker service.
Provides a way to ensure
npm install
is run before anything else is done.
Unwraps the
node_modules
from the ui/api container build process.
0
0
Merge request reports
Compare
main
version 1
ee917e15
3 months ago
main (base)
and
latest version
latest version
fa63c4a3
2 commits,
3 months ago
version 1
ee917e15
1 commit,
3 months ago
2 files
+
26
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/config/globals.ts
+
1
−
0
Options
export
const
gitlabApiUrlPrefix
=
"
https://repo1.dso.mil/api/v4/projects
"
export
const
fiestaWagonTemplatesProjectId
=
"
16607
"
;
export
const
baselineStartupComposeFilePath
=
'
docker/baselines/docker-compose-startup.yml
'
export
const
baselineServiceComposeFilePath
=
'
docker/baselines/docker-compose-universal.yml
'
Loading