28 Commits

Author SHA1 Message Date
Kevin Kupski
6ec69e18b9 Fix configuration for privacy policy and terms URLs 2025-05-05 19:28:19 +02:00
mokkin
97be50b673 version is obsolete 2024-09-24 11:58:50 +02:00
Keith Williams
7924c2051a fix: Docker builds (#359)
* Testing: Separate RUN commands

* Test with no prune

* Copying v2 API app to test

* Added NEXT_PUBLIC_API_V2_URL

* Added default value for NEXT_PUBLIC_API_V2_URL

* add cleanup step in docker-build-push-dockerhub

* move cleanup and add directory list for directory context

* --WIP

* Setting the CWD for building the web app

* Trying a workspace command to run with --cwd

* Use action to free disk space

* combined the jobs

* Bring back app router

* Clean up

* Removed the extra push image step

* clean up

* Made the checkout more flexible

* Just testing the github.ref

* Reverted changes related to the version input

---------

Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
2024-05-09 13:13:00 -03:00
Omar López
91015a7239 fix: add missing env variables (#325)
* fix: add missing env variables

* Added DATABASE_DIRECT_URL to README

* Updated text

* Added to build-time variable and removed default

* Removed extra connection string

---------

Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2024-02-08 10:06:08 -03:00
Colin Griffin
f23aca28ac update scarf endpoint 2022-12-19 11:16:50 -05:00
Colin Griffin
86e1d47b54 update scarf endpoint 2022-12-19 11:16:11 -05:00
Colin Griffin
11bc286588 add missing scarf endpoint 2022-12-13 10:52:30 -05:00
Colin Griffin
e7e9dfa608 Merge pull request #178 from scarf-sh/main
Use Scarf endpoint for Cal.com container
2022-12-12 10:04:11 -05:00
Arjun Devarajan
466bfc0686 Update docker-compose.yaml to utilize Scarf endpoint for Cal.com container 2022-11-23 10:56:08 -05:00
Colin Griffin
3c787951fe specify image in build, for removal of build requirement in docs 2022-11-21 09:14:10 -05:00
Bartol Deak
b4afde39d6 Fix typo in docker-compose.yaml 2022-09-17 16:58:22 +02:00
Colin Griffin
566bf106ee re-add network stack to docker-compose build config 2022-08-04 16:14:19 -04:00
Colin Griffin
db89df9e20 update for buildx compatibility 2022-07-25 18:37:02 -04:00
Colin Griffin
40185b75b6 revert changes from c283a92614 2022-07-18 12:57:29 -04:00
Kelvin F. Alfaro
c283a92614 Add files via upload 2022-07-03 11:57:51 -05:00
Colin Griffin
03c15c8c30 replace encryption key with CALCOM_TELEMETRY_DISABLED 2022-06-15 14:02:22 -04:00
m4tze
ec2ef498e7 Update docker-compose.yaml
Add NEXTAUTH_SECRET and CALENDSO_ENCRYPTION_KEY to build args
2022-06-10 02:07:54 +02:00
Colin Griffin
d7e2497bd8 specify network name and add database_url to args 2022-05-20 12:07:41 -04:00
Colin Griffin
7ff182f0ed replace baseurl and app_url with new next_public_webapp_url variable 2022-04-26 16:58:50 -04:00
Alex Sears
05560ff1a3 Update Dockerfile to use workspaces setup
The main Cal.com project has started using Yarn workspaces to
break the project up into separate packages and treat the project
as a monorepo. This required quite a few changes to the Dockerfile
that assumed the previous project setup.

Signed-off-by: Alex Sears <me@alexsears.com>
2022-02-17 16:07:11 -05:00
Alex Sears
ccc90a33b0 Add new env vars to docker compose file 2022-01-07 10:23:30 -05:00
Colin Griffin
bc9ef1619e update image paths 2021-12-17 12:14:46 -05:00
Flemming Petersen
6c7ebb345a Make use of internal docker networks unifi database name 2021-12-15 16:01:30 +01:00
Colin Griffin
793eba4a5f add remarks about optional studio service 2021-11-22 15:22:04 -05:00
Colin Griffin
6c6da94fa6 add build args and break out Prisma Studio 2021-11-19 10:57:00 -05:00
Colin Griffin
36982d1eaa add database_url to docker-compose to support env concatenation 2021-10-27 13:04:26 -04:00
Ramiro Berrelleza
1c0621ef49 add depends_on key to calendso service
Signed-off-by: Ramiro Berrelleza <rberrelleza@gmail.com>
2021-07-02 16:17:44 -07:00
Ramiro Berrelleza
04d9936e65 deploy calendso using docker-compose
Signed-off-by: Ramiro Berrelleza <rberrelleza@gmail.com>
2021-07-02 16:12:08 -07:00