use bright db
This commit is contained in:
parent
aac75cfab2
commit
27ebe99b36
|
@ -90,7 +90,7 @@ accessories:
|
||||||
env:
|
env:
|
||||||
clear:
|
clear:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_DB: phoenix_dev
|
POSTGRES_DB: bright
|
||||||
secret:
|
secret:
|
||||||
- POSTGRES_PASSWORD
|
- POSTGRES_PASSWORD
|
||||||
directories:
|
directories:
|
||||||
|
|
|
@ -82,7 +82,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: password
|
POSTGRES_PASSWORD: password
|
||||||
POSTGRES_DB: phoenix_dev
|
POSTGRES_DB: bright
|
||||||
volumes:
|
volumes:
|
||||||
- pg_data:/var/lib/postgresql/data
|
- pg_data:/var/lib/postgresql/data
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue