Skip to content

Commit bc767f8

Browse files
committed
fix: 서브 path로 alb를 타도록 변경
1 parent 33e1044 commit bc767f8

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

task-definition-dev.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,16 @@
105105
"protocol": "tcp"
106106
}
107107
],
108+
"environment": [
109+
{
110+
"name": "GF_SERVER_ROOT_URL",
111+
"value": "https://dev.bitnagil.com/grafana"
112+
},
113+
{
114+
"name": "GF_SERVER_SERVE_FROM_SUB_PATH",
115+
"value": "true"
116+
}
117+
],
108118
"mountPoints": [
109119
{
110120
"sourceVolume": "grafana-storage",

task-definition-prod.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@
7777
"protocol": "tcp"
7878
}
7979
],
80+
"environment": [
81+
{
82+
"name": "GF_SERVER_ROOT_URL",
83+
"value": "https://www.bitnagil.com/grafana"
84+
},
85+
{
86+
"name": "GF_SERVER_SERVE_FROM_SUB_PATH",
87+
"value": "true"
88+
}
89+
],
8090
"mountPoints": [
8191
{
8292
"sourceVolume": "grafana-storage",

0 commit comments

Comments
 (0)