fix conflict hostname between ts and front for TA
This commit is contained in:
@@ -18,8 +18,8 @@ services:
|
|||||||
- sys_module
|
- sys_module
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
tubearchivist:
|
tubearchivist-front:
|
||||||
container_name: tubearchivist
|
container_name: tubearchivist-front
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: bbilly1/tubearchivist
|
image: bbilly1/tubearchivist
|
||||||
# ports:
|
# ports:
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"${TS_CERT_DOMAIN}:443": {
|
"${TS_CERT_DOMAIN}:443": {
|
||||||
"Handlers": {
|
"Handlers": {
|
||||||
"/": {
|
"/": {
|
||||||
"Proxy": "http://tubearchivist:8000"
|
"Proxy": "http://tubearchivist-front:8000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user