env update
This commit is contained in:
+3
-1
@@ -9,7 +9,7 @@ services:
|
||||
ports:
|
||||
- "8000:8000"
|
||||
env_file:
|
||||
- .env
|
||||
- ./backend/.env
|
||||
environment:
|
||||
DATABASE_URL: postgresql://postgres:postgres@db:5432/orcid_db
|
||||
REDIS_URL: redis://redis:6379/0
|
||||
@@ -25,6 +25,8 @@ services:
|
||||
- "5173:5173"
|
||||
depends_on:
|
||||
- backend
|
||||
env_file:
|
||||
- ./frontend/.env
|
||||
|
||||
db:
|
||||
image: postgres:16
|
||||
|
||||
Reference in New Issue
Block a user