mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
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
|