chore: initial import issue hub ai
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16
|
||||
container_name: issue-hub-postgres
|
||||
environment:
|
||||
POSTGRES_DB: issue_hub
|
||||
POSTGRES_USER: issue_hub
|
||||
POSTGRES_PASSWORD: issue_hub
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- issue-hub-postgres:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
issue-hub-postgres:
|
||||
Reference in New Issue
Block a user