Squashed commit of the following:
commit 0d624137c2557c6eeb87020749e4977b821c2b5c Author: Adrien <adrien.cesaro@proton.me> Date: Thu Apr 9 11:55:22 2026 +0200 backend native image setup
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Copy this file to .env and fill in your values before running docker-compose.native.yml
|
||||
# .env is gitignored — never commit real credentials
|
||||
|
||||
# OpenAI
|
||||
OPENAI_API_KEY=sk-...
|
||||
|
||||
# AWS S3 (figure storage — leave blank if using local filesystem)
|
||||
AWS_ACCESS_KEY_ID=
|
||||
AWS_SECRET_ACCESS_KEY=
|
||||
AWS_REGION=eu-west-1
|
||||
|
||||
# S3 bucket name (if S3 storage enabled)
|
||||
APP_STORAGE_S3_BUCKET=ai-teacher-figures
|
||||
Reference in New Issue
Block a user