mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-03 03:40:12 +00:00
b2d02ed624
Change default host for api Disable gui in build Add custom docker user
15 lines
249 B
YAML
15 lines
249 B
YAML
version: '3'
|
|
|
|
services:
|
|
gpt4free:
|
|
image: hlohaus789/g4f:latest
|
|
shm_size: 2gb
|
|
build:
|
|
context: .
|
|
dockerfile: docker/Dockerfile
|
|
volumes:
|
|
- .:/app
|
|
ports:
|
|
- '8080:8080'
|
|
- '1337:1337'
|
|
- '7900:7900' |