Skip to content

Commit

Permalink
pass MIXPANEL_TOKEN env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Yavorsky authored and Mike Yavorsky committed Nov 15, 2023
1 parent db42177 commit 32ce373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
POSTGRES_HOST: db
FLASK_ENV: ${FLASK_ENV:-development}
WAIT_HOSTS: db:${POSTGRES_PORT:-5432}
MIXPANEL_TOKEN: ${MIXPANEL_TOKEN:-notset}
ports:
- ${PDT_API_PORT:-5000}:${PDT_API_PORT:-5000}

Expand Down

0 comments on commit 32ce373

Please sign in to comment.