chore: add docker-compose.yml
This commit is contained in:
parent
60e9f900bd
commit
33cd3a85f3
1 changed files with 11 additions and 0 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
db:
|
||||
image: "postgres:14"
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
POSTGRES_DB: planetwars
|
||||
POSTGRES_USER: planetwars
|
||||
POSTGRES_PASSWORD: planetwars
|
Loading…
Reference in a new issue