use bright db

This commit is contained in:
CJ_Clippy 2025-01-11 22:47:17 -08:00
parent aac75cfab2
commit 27ebe99b36
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ accessories:
env:
clear:
POSTGRES_USER: postgres
POSTGRES_DB: phoenix_dev
POSTGRES_DB: bright
secret:
- POSTGRES_PASSWORD
directories:

View File

@ -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: