mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
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:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user