first commit

This commit is contained in:
Concept Agent
2026-05-19 20:57:09 +02:00
parent 8eb8ffaf1b
commit bc9c4e5dd2
60 changed files with 10269 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
services:
web:
image: bigbreathe
build:
context: .
dockerfile: Dockerfile
container_name: bigbreathe-web
ports:
- "8011:80"
environment:
SEND_FROM_EMAIL: ${SEND_FROM_EMAIL:-}
SEND_TO_EMAIL: ${SEND_TO_EMAIL:-}
SEND_FROM_DOMAIN: ${SEND_FROM_DOMAIN:-}
RESEND_API_KEY: ${RESEND_API_KEY:-}
RECAPTCHA_SECRET_KEY: ${RECAPTCHA_SECRET_KEY:-}
RATE_LIMIT_PER_IP_PER_10MIN: ${RATE_LIMIT_PER_IP_PER_10MIN:-5}
SCORE_PASS: ${SCORE_PASS:-0.7}
SCORE_REVIEW: ${SCORE_REVIEW:-0.4}
TIME_MIN_SECONDS: ${TIME_MIN_SECONDS:-3}
restart: unless-stopped