mirror of
https://gh.wpcy.net/https://github.com/Godfrey2712/freescout_ai_faq.git
synced 2026-04-18 06:12:28 +08:00
9 lines
No EOL
135 B
YAML
9 lines
No EOL
135 B
YAML
version: '3.8'
|
|
services:
|
|
freescout_ai_faq:
|
|
container_name: freescout_ai_faq
|
|
build: .
|
|
ports:
|
|
- "8000:5000"
|
|
env_file:
|
|
- .env |