Skip to content

Commit

Permalink
Merge pull request acheong08#21 from AdamsGH/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Cheong authored Mar 29, 2023
2 parents 4d02370 + 53fd162 commit 7e80d42
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM golang
RUN go install github.com/acheong08/ChatGPT-Proxy-V4@latest
CMD [ "ChatGPT-Proxy-V4" ]
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '3.3'
services:
chatgpt-proxy:
image: chatgpt-proxy-v4
container_name: chatgpt-proxy-v4
ports:
- '8080:8080'
env_file:
- .env

0 comments on commit 7e80d42

Please sign in to comment.