fix: self-hosting docker

This commit is contained in:
Catalin Pit
2024-07-26 08:47:24 +03:00
parent b172ac5834
commit deb2f1d255
2 changed files with 15 additions and 11 deletions

View File

@ -22,9 +22,6 @@ NEXT_PUBLIC_WEBAPP_URL="http://localhost:3000"
NEXT_PUBLIC_MARKETING_URL="http://localhost:3001"
# [[DATABASE]]
POSTGRES_USER="user"
POSTGRES_PASSWORD="changeme"
POSTGRES_DB=documenso
NEXT_PRIVATE_DATABASE_URL="postgres://documenso:password@127.0.0.1:54320/documenso"
# Defines the URL to use for the database when running migrations and other commands that won't work with a connection pool.
NEXT_PRIVATE_DIRECT_DATABASE_URL="postgres://documenso:password@127.0.0.1:54320/documenso"