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

Streamline prefect config in docker-compose #4

Open
inigohidalgo opened this issue Feb 25, 2024 · 2 comments
Open

Streamline prefect config in docker-compose #4

inigohidalgo opened this issue Feb 25, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@inigohidalgo
Copy link
Owner

No description provided.

@inigohidalgo inigohidalgo added the enhancement New feature or request label Feb 25, 2024
@inigohidalgo
Copy link
Owner Author

I think these lines don't do anything

- PREFECT_UI_URL=${PREFECT_UI_URL}
- PREFECT_API_URL=${PREFECT_API_URL}
- PREFECT_SERVER_API_HOST=0.0.0.0

The only config being read is the one in the command

command: ["prefect", "server", "start", "--port", "${PREFECT_SERVER_LOCAL_PORT}"]

@inigohidalgo
Copy link
Owner Author

Not sure if this is being read either

- ${PREFECT_SERVER_LOCAL_PORT}:${PREFECT_SERVER_LOCAL_PORT}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant