Skip to content

Commit

Permalink
Use dev_ servers
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Jan 21, 2025
1 parent 44b6149 commit d60d58b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ x-redash-environment: &redash-environment
REDASH_GUNICORN_TIMEOUT: 60
REDASH_COOKIE_SECRET: secret
REDASH_HOST: "http://localhost:5001/"
# REDASH_FEATURE_SHOW_PERMISSIONS_CONTROL: true

services:
server:
image: redash/preview:25.01.0-dev
platform: linux/amd64
# command: dev_server
depends_on:
postgres:
condition: service_healthy
Expand All @@ -30,6 +32,7 @@ services:
image: redash/preview:25.01.0-dev
platform: linux/amd64
command: scheduler
# command: dev_scheduler
depends_on:
- server
environment:
Expand All @@ -38,6 +41,7 @@ services:
image: redash/preview:25.01.0-dev
platform: linux/amd64
command: worker
# command: dev_worker
depends_on:
- server
environment:
Expand Down

0 comments on commit d60d58b

Please sign in to comment.