docker icon indicating copy to clipboard operation
docker copied to clipboard

docker compose up -d calcom is misleading, it still runs database

Open asdf4w3t5 opened this issue 1 year ago • 3 comments

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.

asdf4w3t5 avatar Feb 27 '24 10:02 asdf4w3t5