Hi guys, I have a docker-compose, two services: on...
# ask-community
a
Hi guys, I have a docker-compose, two services: one hosts the Prefect server, the other sets up the deployments, they are both using the same custom image based on Prefect. Now the problem is that when the service that is supposed to run the script for setting up the deployments runs I get this log:
INFO    | prefect - Starting temporary server on <http://127.0.0.1:8697>
afterwards it does say it has created the deployments but they are not visible on the UI. But when I do the same thing from the service that is running the Prefect server: | get the same log but the deployments actually show up What could be the problem? Moreover what would you guys recommend? Does this setup make sense to you?
update: I didn’t have the
PREFECT_API_URL
set
🚀 1
🙌 1