Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
proxy-manager
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
During summer vacation, Gitlab will be restart frequently. Use it carefully.
Show more breadcrumbs
aolda
proxy-manager
Commits
4f20d115
Commit
4f20d115
authored
1 month ago
by
한동현
Browse files
Options
Downloads
Patches
Plain Diff
feat: 배포 환경 관련 host 모드로 변경
parent
ebd06e47
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
compose.yaml
+4
-29
4 additions, 29 deletions
compose.yaml
proxy-manager-backend
+1
-1
1 addition, 1 deletion
proxy-manager-backend
proxy-manager-frontend
+1
-1
1 addition, 1 deletion
proxy-manager-frontend
rootfs/etc/nginx/conf.d/apm.conf
+1
-1
1 addition, 1 deletion
rootfs/etc/nginx/conf.d/apm.conf
with
7 additions
and
32 deletions
compose.yaml
+
4
−
29
View file @
4f20d115
services
:
nginx
:
image
:
aolda
-proxy-manager
image
:
aolda
/itda
restart
:
unless-stopped
ports
:
-
'
80:80'
-
'
81:81'
-
'
443:443'
network_mode
:
host
volumes
:
-
./data:/data
networks
:
-
itda_net
backend
:
image
:
jjjjjk12
/itda_backend
image
:
aolda
/itda_backend
restart
:
unless-stopped
depends_on
:
-
mysql
network_mode
:
host
environment
:
-
SPRING_DATASOURCE_URL=${DATASOURCE_URL}
-
SPRING_DATASOURCE_USERNAME=${DB_USERNAME}
...
...
@@ -23,22 +17,3 @@ services:
-
SPRING_SERVER_BASE-IP=${SERVER_IP}
volumes
:
-
./data:/data
networks
:
-
itda_net
mysql
:
image
:
mysql:8
restart
:
unless-stopped
environment
:
-
MYSQL_ROOT_PASSWORD=${DB_PASSWORD}
-
MYSQL_DATABASE=${DB_NAME}
volumes
:
-
mysql:/var/lib/mysql
networks
:
-
itda_net
networks
:
itda_net
:
{}
volumes
:
mysql
:
{}
This diff is collapsed.
Click to expand it.
proxy-manager-backend
@
27f195a1
Compare
53843083
...
27f195a1
Subproject commit
538430835079d47d2c02892100d7e2cb7759
a54
0
Subproject commit
27f195a186ec9c6fa6bcb07226a88fb89b0
a54
64
This diff is collapsed.
Click to expand it.
proxy-manager-frontend
@
35a72c48
Compare
ccad23bf
...
35a72c48
Subproject commit
ccad23bf97535cea5da5876a0e375e9ed8d04d92
Subproject commit
35a72c48697fef22b5f0b805938bb7828a192509
This diff is collapsed.
Click to expand it.
rootfs/etc/nginx/conf.d/apm.conf
+
1
−
1
View file @
4f20d115
...
...
@@ -16,7 +16,7 @@ server {
proxy_set_header
X
-
Forwarded
-
Scheme
$
scheme
;
proxy_set_header
X
-
Forwarded
-
Proto
$
scheme
;
proxy_set_header
X
-
Forwarded
-
For
$
remote_addr
;
proxy_pass
http
://
backend
:
8080
/
api
/;
proxy_pass
http
://
localhost
:
8888
/
api
/;
proxy_read_timeout
15
m
;
proxy_send_timeout
15
m
;
...
...
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