Working!!!!! (after rename)
This commit is contained in:
parent
4bc6ca7b4c
commit
792c9342df
@ -21,7 +21,7 @@ services:
|
||||
- ./src:/opt/airc/src:rw
|
||||
- ./doc:/opt/airc/doc:ro
|
||||
- ./results:/opt/airc/results:rw
|
||||
- ./ketr.chat:/opt/airc/ketr-chat:rw # Live mount src
|
||||
- ./ketr-chat:/opt/airc/ketr-chat:rw # Live mount src
|
||||
cap_add: # used for running ze-monitor within container
|
||||
- CAP_DAC_READ_SEARCH # Bypass all filesystem read access checks
|
||||
- CAP_PERFMON # Access to perf_events (vs. overloaded CAP_SYS_ADMIN)
|
||||
@ -77,7 +77,7 @@ services:
|
||||
- ./jupyter:/opt/jupyter:rw
|
||||
- ./cache:/root/.cache
|
||||
- ./src:/opt/airc/src:rw # Live mount src
|
||||
- ./ketr.chat:/opt/airc/ketr-chat:rw # Live mount src
|
||||
- ./ketr-chat:/opt/airc/ketr-chat:rw # Live mount src
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
@ -24,7 +24,7 @@
|
||||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>Ketr-Chat</title>
|
||||
<title>ai.ketrenos.com</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"short_name": "Ketr-Chat",
|
||||
"short_name": "ai.ketrenos.com",
|
||||
"name": "Ketrenos AI Chat",
|
||||
"icons": [
|
||||
{
|
||||
|
@ -1195,7 +1195,7 @@ const App = () => {
|
||||
</IconButton>
|
||||
</Tooltip>
|
||||
<Typography variant="h6" noWrap component="div">
|
||||
Ketr-Chat
|
||||
ai.ketrenos.com
|
||||
</Typography>
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user