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