summaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorValerii <81074936+valerii-chirkov@users.noreply.github.com>2023-05-05 00:14:29 +0200
committerGitHub <noreply@github.com>2023-05-05 00:14:29 +0200
commitb3754facf9ada5bbf018a3b38151a2bd384afd52 (patch)
tree9f7b519081274c8f1c735aa2145b935acf335755 /docker-compose.yaml
parentadd(quora/tests): Added a module with quora tests. (diff)
parentMerge pull request #443 from TheTrueShell/main (diff)
downloadgpt4free-b3754facf9ada5bbf018a3b38151a2bd384afd52.tar
gpt4free-b3754facf9ada5bbf018a3b38151a2bd384afd52.tar.gz
gpt4free-b3754facf9ada5bbf018a3b38151a2bd384afd52.tar.bz2
gpt4free-b3754facf9ada5bbf018a3b38151a2bd384afd52.tar.lz
gpt4free-b3754facf9ada5bbf018a3b38151a2bd384afd52.tar.xz
gpt4free-b3754facf9ada5bbf018a3b38151a2bd384afd52.tar.zst
gpt4free-b3754facf9ada5bbf018a3b38151a2bd384afd52.zip
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml12
1 files changed, 9 insertions, 3 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 3afd6cdf..8098f359 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -2,8 +2,14 @@ version: "3.9"
services:
gpt4free:
- build:
- context: .
+ build:
+ context: ./
dockerfile: Dockerfile
+ container_name: dc_gpt4free
+ # environment:
+ # - http_proxy=http://127.0.0.1:1080 # modify this for your proxy
+ # - https_proxy=http://127.0.0.1:1080 # modify this for your proxy
+ image: img_gpt4free
ports:
- - "8501:8501"
+ - 8501:8501
+ restart: always \ No newline at end of file