release: v4.1.0

This commit is contained in:
Amruth Pillai
2024-05-05 14:55:06 +02:00
parent 68252c35fc
commit e87b05a93a
282 changed files with 11461 additions and 10713 deletions

View File

@ -70,19 +70,6 @@ services:
- traefik.http.routers.printer.tls.certresolver=letsencrypt
- traefik.http.services.printer.loadbalancer.server.port=3000
# Redis (for cache & server session management)
redis:
image: redis:alpine
command: redis-server --save 60 1 --loglevel warning --bind 0.0.0.0 --requirepass password
networks:
- reactive_resume_network
volumes:
- redis_data:/data
deploy:
replicas: 1
restart_policy:
condition: on-failure
app:
image: amruthpillai/reactive-resume:latest
networks:
@ -120,29 +107,28 @@ services:
STORAGE_SECRET_KEY: minioadmin
STORAGE_USE_SSL: false
# -- Cache (Redis) --
REDIS_URL: redis://default:password@redis:6379
# -- Sentry --
# VITE_SENTRY_DSN: https://id.sentry.io # Optional
# -- Sentry (Optional) --
# SERVER_SENTRY_DSN:
# VITE_CLIENT_SENTRY_DSN:
# -- Crowdin (Optional) --
CROWDIN_PROJECT_ID:
CROWDIN_PERSONAL_TOKEN:
# CROWDIN_PROJECT_ID:
# CROWDIN_PERSONAL_TOKEN:
# -- Email (Optional) --
# -- Flags (Optional) --
# DISABLE_EMAIL_AUTH: true
# VITE_DISABLE_SIGNUPS: true
# SKIP_STORAGE_BUCKET_CHECK: false
# -- GitHub (Optional) --
GITHUB_CLIENT_ID: github_client_id
GITHUB_CLIENT_SECRET: github_client_secret
GITHUB_CALLBACK_URL: https://example.com/api/auth/github/callback
# GITHUB_CLIENT_ID: github_client_id
# GITHUB_CLIENT_SECRET: github_client_secret
# GITHUB_CALLBACK_URL: https://example.com/api/auth/github/callback
# -- Google (Optional) --
GOOGLE_CLIENT_ID: google_client_id
GOOGLE_CLIENT_SECRET: google_client_secret
GOOGLE_CALLBACK_URL: https://example.com/api/auth/google/callback
# GOOGLE_CLIENT_ID: google_client_id
# GOOGLE_CLIENT_SECRET: google_client_secret
# GOOGLE_CALLBACK_URL: https://example.com/api/auth/google/callback
deploy:
replicas: 2
restart_policy:
@ -175,9 +161,9 @@ services:
- --entrypoints.web.http.redirections.entrypoint.to=websecure
- --entrypoints.web.http.redirections.entrypoint.scheme=https
ports:
- 80:80
- 443:443
- 8080:8080
- "80:80"
- "443:443"
- "8080:8080"
networks:
- reactive_resume_network
volumes:
@ -189,7 +175,6 @@ services:
volumes:
minio_data:
redis_data:
postgres_data:
letsencrypt_data: