add typorm with postgres
This commit is contained in:
14
environment/dev/docker-compose.yaml
Normal file
14
environment/dev/docker-compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:18
|
||||
ports:
|
||||
- "4301:5432"
|
||||
environment:
|
||||
POSTGRES_DB: dvbooking
|
||||
POSTGRES_PASSWORD: test
|
||||
|
||||
adminer:
|
||||
image: adminer
|
||||
ports:
|
||||
- 4302:8080
|
||||
Reference in New Issue
Block a user