12 lines
345 B
Bash
12 lines
345 B
Bash
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=change_me_strong
|
|
POSTGRES_DB=ztnet
|
|
|
|
# public URL where users access the UI (set your domain):
|
|
ZTN_DOMAIN=ztnet.rozic-dev.com
|
|
NEXTAUTH_URL=https://ztnet.rozic-dev.com
|
|
NEXTAUTH_SECRET=$(openssl rand -hex 32)
|
|
|
|
# internal URL the ztnet container uses to reach itself:
|
|
NEXTAUTH_URL_INTERNAL=http://ztnet:3000
|