mirror of
https://github.com/YuuKi-OS/Yuu-Box.git
synced 2026-02-18 13:41:10 +00:00
12 lines
222 B
YAML
12 lines
222 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
yuubox-api:
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
environment:
|
|
- YUUKI_API_URL=https://opceanai-yuuki-api.hf.space
|