superadmin fix
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
dimitar 2026-08-03 17:32:34 +02:00
parent dd0dd9c2dc
commit abc7f77622
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -27,6 +27,7 @@ yarn-error.log*
# env files
.env
.env*.local
.env.superadmin
# vercel
.vercel

View File

@ -23,6 +23,7 @@ services:
restart: unless-stopped
env_file:
- .env
- .env.superadmin
environment:
DATABASE_URL: postgresql://postgres:postgres@db:5432/monuments
ports: