This commit is contained in:
parent
dd0dd9c2dc
commit
abc7f77622
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,6 +27,7 @@ yarn-error.log*
|
||||
# env files
|
||||
.env
|
||||
.env*.local
|
||||
.env.superadmin
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
@ -23,6 +23,7 @@ services:
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
- .env.superadmin
|
||||
environment:
|
||||
DATABASE_URL: postgresql://postgres:postgres@db:5432/monuments
|
||||
ports:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user