docs(calcom): Added guide to deploy cal.com on amd64 architecture (#442)

Co-authored-by: ShadowArcanist <projectshadowmoon@gmail.com>
Co-authored-by: Cinzya <cynti-ebert@web.de>
Closes dependabot #18
This commit is contained in:
mannerism
2025-11-20 00:16:13 +09:00
committed by GitHub
parent 2f5a77f2ef
commit ef374b8a9e
3 changed files with 25 additions and 1 deletions
BIN
View File
Binary file not shown.
+24
View File
@@ -11,6 +11,30 @@ description: "Host Cal.com scheduling platform on Coolify with calendar integrat
Scheduling infrastructure for everyone.
## Deploying on x86 (amd64)
You need to change default docker compose to the following to make cal.com work on x86 (amd64):
```yaml
services:
calcom:
image: 'calcom/cal.com:<VERSON compatible with amd64>
platform: linux/amd64
(... same ...)
```
You can check the latest amd64 compatible version [here](https://hub.docker.com/r/calcom/cal.com/tags).
Example:
```yaml
services:
calcom:
image: 'calcom/cal.com:v5.9.0
platform: linux/amd64
(... same ...)
```
## Links
- [Official Documentation](https://cal.com/docs/developing/introduction?utm_source=coolify.io)
+1 -1
View File
@@ -6,7 +6,7 @@
"@types/node": "22.13.1",
"autoprefixer": "10.4.20",
"fast-glob": "3.3.3",
"js-yaml": "4.1.0",
"js-yaml": "4.1.1",
"markdown-it-container": "4.0.0",
"postcss": "8.5.1",
"tailwindcss": "3.2.4",