Skip to content

Commit

Permalink
fix dockercompose
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Jan 2, 2024
1 parent f39989a commit 1496073
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ services:
- REDIS_URL=${REDIS_URL:-redis://redis:6379/0}
- WEB_CONCURRENCY=${WEB_CONCURRENCY:-2}
- LOG_LEVEL=${LOG_LEVEL:-info}
- MAPS_PROVIDER=${MAPS_PROVIDER:-here}
- 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}
Expand Down Expand Up @@ -55,7 +54,6 @@ services:
- RUN_SIDEKIQ=true
- SIDEKIQ_CONCURRENCY=${SIDEKIQ_CONCURRENCY:-5}
- LOG_LEVEL=${LOG_LEVEL:-info}
- MAPS_PROVIDER=${MAPS_PROVIDER:-here}
- 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}
Expand Down

0 comments on commit 1496073

Please sign in to comment.