mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 02:05:16 +00:00
Fixed database connection variable
This commit is contained in:
@@ -72,8 +72,8 @@ services:
|
||||
networks:
|
||||
- traefik_proxy
|
||||
environment:
|
||||
- NC_DB="pg://nocodb-db:5432?u=${DATABASE_USER}&p=${DATABASE_PW}&d=${DATABASE_NAME}"
|
||||
- NC_PUBLIC_URL="https://nocodb.${DOMAINNAME}"
|
||||
- DATABASE_URL="postgresql://nocodb-db:5432/${DATABASE_NAME}?user=${DATABASE_USER}&password=${DATABASE_PW}"
|
||||
- NC_PUBLIC_URL=https://nocodb.${DOMAINNAME}
|
||||
- NC_DISABLE_TELE=true
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
||||
Reference in New Issue
Block a user