docker
docker copied to clipboard
docker compose up -d calcom is misleading, it still runs database
I run my own postgresql for several other things, so I connected calcom to that as well. It works fine there.
docker compose up -d calcom says it just runs calcom however it runs database too
I have deleted the database config out of the docker file and it seems to work just fine. So this leads me to believe it should be doing that already? I see the prisma thing is also marked there to be deleted.
I believe the docker compose up -d calcom should ONLY run calcom and nothing else. As it claims to do.