fix conflict hostname between ts and front for TA

This commit is contained in:
2024-06-18 20:49:22 +01:00
parent 0e3efd87fe
commit aa06679bc9
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -8,7 +8,7 @@
"${TS_CERT_DOMAIN}:443": { "${TS_CERT_DOMAIN}:443": {
"Handlers": { "Handlers": {
"/": { "/": {
"Proxy": "http://tubearchivist:8000" "Proxy": "http://tubearchivist-front:8000"
} }
} }
} }