parent
efd487f632
commit
d3afb92d06
@ -0,0 +1,7 @@
|
|||||||
|
POSTGRES_USER=admin
|
||||||
|
POSTGRES_PASSWORD=password
|
||||||
|
POSTGRES_HOST=db
|
||||||
|
POSTGRES_PORT=5432
|
||||||
|
#POSTGRES_HOST=localhost
|
||||||
|
#POSTGRES_PORT=5430
|
||||||
|
POSTGRES_DB=TrackPay
|
@ -0,0 +1,10 @@
|
|||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
db:
|
||||||
|
image: postgres
|
||||||
|
restart: on-failure
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
ports:
|
||||||
|
- "5430:5432"
|
Loading…
Reference in new issue