Skip to content

Commit

Permalink
postgresql limited user config
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Apr 26, 2022
1 parent 35a3347 commit 062d470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postgresql/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include ../_scripts/Makefile.projects
config:
@${BIN}/reconfigure_ask ${ENV_FILE} POSTGRES_TRAEFIK_HOST "Enter the postgres domain name" postgres.${ROOT_DOMAIN}
@${BIN}/reconfigure_ask ${ENV_FILE} POSTGRES_DB "Enter the database name" tweedle
@${BIN}/reconfigure ${ENV_FILE} POSTGRES_LIMITED_USER=$$(${BIN}/dotenv -f ${ENV_FILE} get POSTGRES_DB)
@${BIN}/reconfigure_ask ${ENV_FILE} ALLOWED_IP_SOURCERANGE "Enter the allowed client IP address range (CIDR with netmask) (use 0.0.0.0/0 to allow all)"
@${BIN}/reconfigure ${ENV_FILE} POSTGRES_ADMIN_PASSWORD=$(shell openssl rand -hex 45)

Expand Down

0 comments on commit 062d470

Please sign in to comment.