Skip to content

Commit

Permalink
update stack
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Feb 14, 2024
1 parent 23504b9 commit c9af278
Showing 1 changed file with 2 additions and 36 deletions.
38 changes: 2 additions & 36 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
restart: ${RESTART_POLICY:-always}
environment:
- RUN_RAILS=true
- RUN_SIDEKIQ=false
- RUN_SIDEKIQ=true
- DATABASE_URL=${DATABASE_URL:-postgres://postgres:decidim@db/decidim}
- SECRET_KEY_BASE=${SECRET_KEY_BASE:-132a6ee88fe7cbc9bfd8f6dfeda5casdf03d0278e16dd40ec199109acde7fdda524d495a013d20e2b962dbafb61234136278ea6d6ac2c134776bd445da9671e}
- DECIDIM_FORCE_SSL=${DECIDIM_FORCE_SSL:-false}
Expand All @@ -43,41 +43,7 @@ services:
- MAPS_PROVIDER=${MAPS_PROVIDER:-here}
- RACK_ATTACK_SECRET
- CENSUS_URL
depends_on:
- db
- redis
sidekiq:
build: .
volumes:
- /home/dockerexec/storage:/app/storage
restart: ${RESTART_POLICY:-always}
environment:
- DATABASE_URL=${DATABASE_URL:-postgres://postgres:decidim@db/decidim}
- SECRET_KEY_BASE=${SECRET_KEY_BASE:-132a6ee88fe7cbc9bfd8f6dfeda5casdf03d0278e16dd40ec199109acde7fdda524d495a013d20e2b962dbafb61234136278ea6d6ac2c134776bd445da9671e}
- DECIDIM_FORCE_SSL=${DECIDIM_FORCE_SSL:-false}
- QUEUE_ADAPTER=${QUEUE_ADAPTER:-sidekiq}
- REDIS_URL=${REDIS_URL:-redis://redis:6379/0}
- RUN_RAILS=false
- RUN_SIDEKIQ=true
- SIDEKIQ_CONCURRENCY=${SIDEKIQ_CONCURRENCY:-5}
- LOG_LEVEL=${LOG_LEVEL:-info}
- DECIDIM_ENABLE_HTML_HEADER_SNIPPETS=${DECIDIM_ENABLE_HTML_HEADER_SNIPPETS:-true}
- DECIDIM_ADMIN_PASSWORD_EXPIRATION_DAYS=${DECIDIM_ADMIN_PASSWORD_EXPIRATION_DAYS:-0}
- CHANGE_ACTIVE_STEP=${CHANGE_ACTIVE_STEP:-enabled}
- SEND_REMINDERS=${SEND_REMINDERS:-enabled}
- WEEKLY_NOTIFICATIONS_DIGEST=${WEEKLY_NOTIFICATIONS_DIGEST:-enabled}
- DAILY_NOTIFICATIONS_DIGEST=${DAILY_NOTIFICATIONS_DIGEST:-enabled}
- SMTP_STARTTLS_AUTO=${SMTP_STARTTLS_AUTO:-true}
- DECIDIM_MAILER_SENDER
- SMTP_USERNAME
- SMTP_PASSWORD
- SMTP_ADDRESS
- SMTP_DOMAIN=${SMTP_DOMAIN:-getxo.eus}
- SMTP_PORT=${SMTP_PORT:-25}
- MAPS_API_KEY
- MAPS_PROVIDER=${MAPS_PROVIDER:-here}
- RACK_ATTACK_SECRET
- CENSUS_URL
- CHANGE_ACTIVE_STEP=${CHANGE_ACTIVE_STEP:-false}
depends_on:
- db
- redis
Expand Down

0 comments on commit c9af278

Please sign in to comment.