How can I run two different prefect projects on the same server? – Docker
I have two different projects and I want to run both projects in separate urls. For example, one project should run at 127.0.0.1:8080 while the other project should run at 127.0.0.1:8081 I created different docker-compose.yml for prefect containers and gave…