first commit
This commit is contained in:
parent
8e58e24d2e
commit
973c47ff25
16 changed files with 866 additions and 0 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
suno-api:
|
||||
build: .
|
||||
ports:
|
||||
- "8003:8003"
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
logging:
|
||||
options:
|
||||
tag: "{{.Name}}"
|
Loading…
Add table
Add a link
Reference in a new issue