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