LLM integration with all the tabs
This commit is contained in:
8
compose.yaml
Normal file
8
compose.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- .:/usr/share/nginx/html:delegated,Z
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user