mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-01 01:16:11 +03:00
15 lines
232 B
YAML
15 lines
232 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
gpt4:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: gpt4free:latest
|
|
container_name: gpt4
|
|
ports:
|
|
- 8501:8501
|
|
restart: unless-stopped
|
|
read_only: true
|
|
|