Colin Griffin

Results 224 comments of Colin Griffin

@whallin thanks for your info about your use with Portainer! Would you be willing to jump into the cal.com slack workspace to help with testing docker builds deployed using portainer?

@kuzemkon here is a feature request issue that provides some more context: https://github.com/calcom/docker/issues/141 also, here's a feature request for the database portion, which has some additional helpful context from @zomars:...

@wivaku thanks for the suggested change here! If I use the port env variable which now also updates the host port in addition to the calendso service port, wouldn't the...

Yea, that was a rough misunderstanding for me there, since most JS framework projects leverage that env pattern where PORT is used separately from the host URL, unlike the method...

Yea I think this is a good start. The way I approach this in internal projects is to leverage a load balancer in the docker-compose to keep the ingress configuration...

@Leopere thanks for the contributions here. There's a lot to unpack here. It would be helpful if you could join the cal.com slack and we can chat about it

Please try this with the updated documentation and build command of `DOCKER_BUILDKIT=0 docker compose build calcom`

related to #134

If possible, please try the changes in #112. Prior to building, you can run `docker compose up -d database`, to make a database available, then use `host.docker.internal` as the hostname...

That's a pretty extensive migration, you may need to debug this by running the packages manually and not in the container. This shouldn't be related to the container but the...