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