mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-03 03:40:12 +00:00
13 lines
195 B
YAML
13 lines
195 B
YAML
version: '3'
|
|
|
|
services:
|
|
gpt4free:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- .:/app
|
|
ports:
|
|
- '1337:1337'
|
|
environment:
|
|
- PYTHONUNBUFFERED=1 |