Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
stageit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
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
Container 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
ASTRON SDC
stageit
Commits
44317e9d
Commit
44317e9d
authored
1 year ago
by
Alissa Cheng
Browse files
Options
Downloads
Patches
Plain Diff
make logo link to stageit app
parent
b89ff42d
No related branches found
No related tags found
1 merge request
!64
make logo link to stageit app
Pipeline
#69652
failed
1 year ago
Stage: test
Stage: build
Stage: deploy
Stage: migrate
Stage: configure
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
README.md
+1
-1
1 addition, 1 deletion
README.md
deploy/docker-compose.development.yaml
+1
-1
1 addition, 1 deletion
deploy/docker-compose.development.yaml
documentation/docusaurus.config.js
+1
-0
1 addition, 0 deletions
documentation/docusaurus.config.js
with
5 additions
and
2 deletions
.gitignore
+
2
−
0
View file @
44317e9d
.idea
.vscode
.venv
**/venv/
**/**/__pycache__
**/*.egg-info/
# Test coverage
.coverage
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
44317e9d
...
...
@@ -25,7 +25,7 @@ You can create the database container by running:
docker network create traefik_proxy
# replace `docker compose` by `docker-compose` if necessary
docker compose
-f
deploy/docker-compose.yaml
-f
deploy/docker-compose.development.yaml up
-
-d
--force-recreate
postgres
&&
sleep
2
docker compose
-f
deploy/docker-compose.yaml
-f
deploy/docker-compose.development.yaml up
-d
--force-recreate
postgres
&&
sleep
2
```
Fill the database with some content:
...
...
This diff is collapsed.
Click to expand it.
deploy/docker-compose.development.yaml
+
1
−
1
View file @
44317e9d
...
...
@@ -5,7 +5,7 @@ services:
stageit
:
ports
:
-
"
5560:8000"
-
"
127.0.0.1:
5560:8000"
volumes
:
-
../:/opt/stageit
...
...
This diff is collapsed.
Click to expand it.
documentation/docusaurus.config.js
+
1
−
0
View file @
44317e9d
...
...
@@ -61,6 +61,7 @@ const config = {
logo
:
{
alt
:
'
StageIT
'
,
src
:
'
../stageit_ui/styling/images/stageit-logo-2.png
'
,
href
:
'
../..
'
,
},
items
:
[
{
...
...
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