Add initial database setup and user/artist management functionality
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
db:
|
||||
build:
|
||||
context: db
|
||||
dockerfile: Dockerfile
|
||||
environment:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
- POSTGRES_DB=postgres
|
||||
ports:
|
||||
- "5432:5432"
|
||||
Reference in New Issue
Block a user