Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ECE651-Project
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
Mingrui Zhang
ECE651-Project
Merge requests
!9
docker: use docker compose for web, server, and db
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
docker: use docker compose for web, server, and db
DockerCompose
into
main
Overview
1
Commits
1
Pipelines
0
Changes
6
Merged
Mingrui Zhang
requested to merge
DockerCompose
into
main
1 year ago
Overview
1
Commits
1
Pipelines
0
Changes
6
Expand
👍
0
👎
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
7edaef55
1 commit,
1 year ago
6 files
+
135
−
144
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
docker/.env
0 → 100644
+
13
−
0
Options
DEBIAN_FRONTEND=noninteractive
STUDENTCARE_SERVER_CONTAINER_NAME=StudentcareServer
STUDENTCARE_WEB_CONTAINER_NAME=StudentcareWeb
STUDENTCARE_DB_CONTAINER_NAME=StudentcareDB
STUDENTCARE_SERVER_CONTAINER_PUBLISH_PORT=5000:5000
STUDENTCARE_WEB_CONTAINER_PUBLISH_PORT=19006:19006
STUDENTCARE_DB_CONTAINER_PUBLISH_PORT=30306:3306
TZ=EST
DB_USER_NAME=root
MYSQL_ROOT_PASSWORD=secret
DB_NAME=studentcare
SERVER_DB_CONNECTION_HOST=StudentcareDB
SERVER_DB_CONNECTION_PORT=3306
\ No newline at end of file
Loading