This commit is contained in:
2025-10-27 16:28:03 +10:30
commit 15431b69b3
19 changed files with 771 additions and 0 deletions

9
compose.yaml Normal file
View File

@@ -0,0 +1,9 @@
services:
postgres:
image: 'postgres:latest'
environment:
- 'POSTGRES_DB=mtg'
- 'POSTGRES_PASSWORD=password'
- 'POSTGRES_USER=username'
ports:
- '5432:5432'