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
2d2b8a49
Unverified
Commit
2d2b8a49
authored
1 year ago
by
Florian Raith
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Add puppeteer support (#33)
* Add puppeteer support * Update submodules
parent
191dd8e5
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
+3
-2
3 additions, 2 deletions
docker-compose.yml
frontend
+1
-1
1 addition, 1 deletion
frontend
with
5 additions
and
4 deletions
backend
@
7e2b04b1
Compare
08201b77
...
7e2b04b1
Subproject commit
08201b7767ca9f7c5260822049f4eea4bcb50a6d
Subproject commit
7e2b04b1343d09ec1480e01b7db5d60ab17f623a
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
3
−
2
View file @
2d2b8a49
...
...
@@ -8,10 +8,11 @@ services:
container_name
:
cs_backend
command
:
npm run start:dev
volumes
:
-
./backend:/
usr/src/app
/backend
-
/
usr/src/app
/backend/node_modules
-
./backend:/
home/www
/backend
-
/
home/www
/backend/node_modules
ports
:
-
3000:3000
-
9223:9222
env_file
:
-
./backend/.env
networks
:
...
...
This diff is collapsed.
Click to expand it.
frontend
@
989d12af
Compare
03eeb015
...
989d12af
Subproject commit
03eeb015092974acac6099b351dc21f0e74d6ca5
Subproject commit
989d12af5125110210cc13d9cc23877bceb5cea9
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