Add populate script and artist api

This commit is contained in:
Zoe Roux
2022-10-25 02:15:19 +09:00
committed by Bluub
parent 72be838324
commit 89dbee0b17
22 changed files with 461 additions and 104 deletions
+2
View File
@@ -7,6 +7,8 @@ services:
- "db"
env_file:
- .env
volumes:
- ./musics:/musics
db:
container_name: db
image: postgres:alpine3.14