Add ORIGIN environment variable and update startup script
This commit is contained in:
@@ -5,6 +5,8 @@ services:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- DATABASE_URL=postgres://adventurelog:PO24VjITwGgk@db:5432/adventurelog
|
||||
# ORIGIN is only necessary when not using a reverse proxy or hosting that includes https
|
||||
- ORIGIN=http://localhost:3000
|
||||
depends_on:
|
||||
- db
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user