FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Suno-API/docker-compose.yml at main · Suno-API/Suno-API · GitHub
Suno-API
/
Suno-API
Public
Notifications
You must be signed in to change notification settings
Fork
24
Star
149
Code
Issues
5
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Suno-API
/
docker-compose.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (22 loc) · 548 Bytes
Breadcrumbs
Suno-API
/
docker-compose.yml
Copy path
File metadata and controls
24 lines (22 loc) · 548 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
13
14
15
16
17
18
19
20
21
22
23
version
:
'
3.4
'
services
:
sunoapi
:
image
:
sunoapigo/suno-api:latest
container_name
:
sunoapi
restart
:
always
ports
:
-
"
8000:8000
"
volumes
:
-
./logs:/logs
-
./template:/template
environment
:
-
PORT=8000
-
SQL_DSN=root:123456@tcp(localhost:3306)/sunoapi
-
TZ=Asia/Shanghai
-
ROTATE_LOGS=false
-
PPROF=false
-
DEBUG=false
-
CHAT_TEMPLATE_DIR=./template
-
CHAT_OPENAI_MODEL=gpt-4o
-
CHAT_OPENAI_BASE=https://one-api.bltcy.top
-
CHAT_OPENAI_KEY=sk-
Back
|
FazBrowse Home
|
New Git URL