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