Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
meanspec-IaC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MeanSpec (SCE338 2024-2 Group 1)
meanspec-IaC
Commits
62d79b8a
Commit
62d79b8a
authored
6 months ago
by
Eunhak Lee
Browse files
Options
Downloads
Patches
Plain Diff
feat: frontend dropper 생성
parent
9629f78d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
docker-compose.yml
+10
-1
10 additions, 1 deletion
docker-compose.yml
frontend-dropper.sh
+1
-0
1 addition, 0 deletions
frontend-dropper.sh
with
12 additions
and
1 deletion
.gitignore
+
1
−
0
View file @
62d79b8a
/database
/redis/data
/nginx/log
/frontend
/.env*
!/.env.example
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
10
−
1
View file @
62d79b8a
services
:
frontend-dropper
:
image
:
git.ajou.ac.kr:5050/meanspec/meanspec-frontend:latest
restart
:
"
no"
volumes
:
-
./frontend:/workdir
-
./frontend-dropper.sh:/entrypoint.sh
command
:
/entrypoint.sh
nginx
:
image
:
return0927/nginx:1.19.3-hakase
environment
:
...
...
@@ -39,7 +47,8 @@ services:
timeout
:
5s
volumes
:
-
./database:/var/lib/postgresql/data
-
./init/sql:/docker-entrypoint-initdb.d/
-
./init/sql/init.sql:/docker-entrypoint-initdb.d/init.sql
-
./init/sql/grant.sql:/always-initdb.d/grant.sql
env_file
:
.env
environment
:
TZ
:
Asia/Seoul
...
...
This diff is collapsed.
Click to expand it.
frontend-dropper.sh
0 → 100755
+
1
−
0
View file @
62d79b8a
cp
-r
/app/
*
/workdir
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