initial
This commit is contained in:
9
compose.yaml
Normal file
9
compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
postgres:
|
||||
image: 'postgres:latest'
|
||||
environment:
|
||||
- 'POSTGRES_DB=mtg'
|
||||
- 'POSTGRES_PASSWORD=password'
|
||||
- 'POSTGRES_USER=username'
|
||||
ports:
|
||||
- '5432:5432'
|
||||
Reference in New Issue
Block a user