Clean up type errors and get docker build into better state
This commit is contained in:
@ -27,5 +27,10 @@ export default await Env.create(new URL('../', import.meta.url), {
|
||||
|
||||
REDIS_HOST: Env.schema.string({ format: 'host' }),
|
||||
REDIS_PORT: Env.schema.number(),
|
||||
REDIS_PASSWORD: Env.schema.string.optional()
|
||||
REDIS_PASSWORD: Env.schema.string.optional(),
|
||||
|
||||
PG_PORT: Env.schema.number(),
|
||||
PG_HOST: Env.schema.string(),
|
||||
PG_USER: Env.schema.string(),
|
||||
PG_PASSWORD: Env.schema.string(),
|
||||
})
|
||||
|
Reference in New Issue
Block a user