Skip to content

Commit

Permalink
Update render.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Feb 26, 2024
1 parent 8a7dc27 commit 9b11bb3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
name: fief-server
region: frankfurt
env: docker
healthCheckPath: /openapi.json
healthCheckPath: /healthz
preDeployCommand: sh /app/pre-deploy.sh
envVars:
- fromGroup: fief
Expand Down Expand Up @@ -36,22 +36,20 @@ services:
name: fief-redis
region: frankfurt
ipAllowList: []
plan: free
maxmemoryPolicy: noeviction

databases:
- name: fief-db
region: frankfurt
databaseName: fief
postgresMajorVersion: 14
user: fief
ipAllowList: []

envVarGroups:
- name: fief
envVars:
- key: FIEF_VERSION
value: 0.24.7
value: 0.28.1
- key: DATABASE_TYPE
value: POSTGRESQL
- key: ENVIRONMENT
Expand All @@ -60,8 +58,6 @@ envVarGroups:
value: INFO
- key: FORWARDED_ALLOW_IPS
value: '*'
- key: ROOT_DOMAIN
sync: false
- key: ALLOW_ORIGIN_REGEX
sync: false
- key: SECRET
Expand Down

0 comments on commit 9b11bb3

Please sign in to comment.