mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-02 19:55:18 +02:00
Update database schema and add signup_date, last_login, and role columns to user table
This commit is contained in:
parent
f0eb5441f0
commit
2249052ab7
10 changed files with 456 additions and 2 deletions
|
@ -7,6 +7,8 @@ services:
|
|||
- 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
|
||||
- SKIP_DB_WAIT=false
|
||||
# Only necessary for externaly hosted databases such as NeonDB
|
||||
depends_on:
|
||||
- db
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue