Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker compose files don't read TRACETEST_DEV from env vars correctly #1845

Closed
danielbdias opened this issue Jan 17, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@danielbdias
Copy link
Contributor

danielbdias commented Jan 17, 2023

To run our demos on dev mode we've created an env var TRACETEST_DEV which is injected on docker.

However, in some cases, docker ignores this env var and only considers it if we set it explicitly on docker compose, in a command like:

TRACETEST_DEV=true docker compose up -d

We need to figure out if there is a simpler way of docker compose to consider this variable on docker compose up without needing to set up it explicitly.

@danielbdias danielbdias added the bug Something isn't working label Jan 17, 2023
@danielbdias
Copy link
Contributor Author

Fixed by the team (mainly by @jorgeepc on #1955, #2394, #2395 and #2503)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant