mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
c5c77d2b0d
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
14 lines
173 B
YAML
14 lines
173 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
|
|
site:
|
|
image: docsy/docsy-example
|
|
build:
|
|
context: .
|
|
command: server
|
|
ports:
|
|
- "1313:1313"
|
|
volumes:
|
|
- .:/src
|