FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
HackGPT/docker-compose.dev.yml at develop · ricardobalk/HackGPT · GitHub
ricardobalk
/
HackGPT
Public
Notifications
You must be signed in to change notification settings
Fork
51
Star
138
Code
Issues
1
Pull requests
1
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
HackGPT
/
docker-compose.dev.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (12 loc) · 270 Bytes
Breadcrumbs
HackGPT
/
docker-compose.dev.yml
Copy path
File metadata and controls
12 lines (12 loc) · 270 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
version
:
'
3.9
'
name
:
hackgpt
services
:
streamlit
:
image
:
python:3.9-slim
ports
:
-
'
8501:8501
'
volumes
:
-
./app:/app
working_dir
:
/app
command
:
bash -c "pip install -r requirements.txt && streamlit run app.py"
restart
:
unless-stopped
Back
|
FazBrowse Home
|
New Git URL