Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
collab-space-app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Mona Schulz
collab-space-app
Commits
63e5afef
Commit
63e5afef
authored
1 year ago
by
Florian Raith
Browse files
Options
Downloads
Patches
Plain Diff
Fix startup command
parent
8c3d8f1d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
backend
+1
-1
1 addition, 1 deletion
backend
docker-compose.yml
+4
-4
4 additions, 4 deletions
docker-compose.yml
frontend
+1
-1
1 addition, 1 deletion
frontend
with
6 additions
and
6 deletions
backend
@
f78b4569
Compare
4d65b59a
...
f78b4569
Subproject commit
4d65b59a23954c332b4367b8278adef9aa3d4dcc
Subproject commit
f78b4569b9ba61ffa2922c21e0ea1d62ea9f1151
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
4
−
4
View file @
63e5afef
...
...
@@ -5,7 +5,7 @@ services:
build
:
context
:
./backend
container_name
:
cs_backend
command
:
npm run start
command
:
npm run start
:dev
volumes
:
-
./backend:/usr/src/app/backend
-
/usr/src/app/backend/node_modules
...
...
@@ -28,6 +28,8 @@ services:
-
/usr/src/app/frontend/node_modules
ports
:
-
5173:5173
env_file
:
-
./backend/.env
networks
:
-
app
depends_on
:
...
...
@@ -40,8 +42,6 @@ services:
-
mysql:/var/lib/mysql
ports
:
-
3306:3306
env_file
:
-
./backend/.env
environment
:
MYSQL_ROOT_PASSWORD
:
'
12345'
MYSQL_ROOT_HOST
:
'
%'
...
...
@@ -55,4 +55,4 @@ services:
networks
:
app
:
volumes
:
mysql
:
\ No newline at end of file
mysql
:
This diff is collapsed.
Click to expand it.
frontend
@
b0b2663e
Compare
0b405bb3
...
b0b2663e
Subproject commit
0b405bb37b8bcbdfc6f339be811c6ab5668c9aa3
Subproject commit
b0b2663ee8c32f017ed2db8ac8e4010ae1c9b716
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