mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-10 15:14:41 +03:00
add(docker-compose) Added a docker-compose file
This commit is contained in:
parent
b82e787d4f
commit
60d4ca8e24
9
docker-compose.yaml
Normal file
9
docker-compose.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
gpt4free:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8501:8501"
|
Loading…
Reference in New Issue
Block a user