mirror of
https://github.com/adminlove520/AI-Account-Toolkit.git
synced 2026-05-10 04:24:01 +08:00
11 lines
175 B
YAML
11 lines
175 B
YAML
version: '3.8'
|
|
services:
|
|
ob12api:
|
|
build: .
|
|
ports:
|
|
- "8081:8081"
|
|
volumes:
|
|
- ./config:/app/config
|
|
- ./data:/app/data
|
|
restart: unless-stopped
|