mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-24 09:48:15 +03:00
10 lines
127 B
YAML
10 lines
127 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
gpt4free:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "8501:8501"
|