Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.11.11-slim

WORKDIR /app

Expand Down
19 changes: 19 additions & 0 deletions JIT
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
services:
- type: web
name: jit-backend
env: python
buildCommand: pip install -r requirements.txt
startCommand: gunicorn app:app
envVars:
- key: PYTHON_VERSION
value: 3.11.11
- key: JWT_SECRET_KEY
generateValue: true
- key: DROPBOX_APP_KEY
value: 2bi422xpd3xd962
- key: DROPBOX_APP_SECRET
value: j3yx0b41qdvfu86
- key: DROPBOX_REFRESH_TOKEN
value: RvyL03RE5qAAAAAAAAAAAVMVebvE7jDx8Okd0ploMzr85c6txvCRXpJAt30mxrKF
healthCheckPath: /health
autoDeploy: true Backend/render.yaml
Loading