ci(docker): use docker compose yaml anchor values and extension fields

This commit is contained in:
Amruth Pillai
2022-03-24 11:32:57 +01:00
parent 786937f847
commit ff8b22274f
7 changed files with 55 additions and 123 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const validationSchema = Joi.object({
// Database
POSTGRES_HOST: Joi.string().required(),
POSTGRES_PORT: Joi.number().default(5432),
POSTGRES_USERNAME: Joi.string().required(),
POSTGRES_USER: Joi.string().required(),
POSTGRES_PASSWORD: Joi.string().required(),
POSTGRES_DATABASE: Joi.string().required(),
POSTGRES_SSL_CERT: Joi.string().allow(''),