Commit Graph

12 Commits

Author SHA1 Message Date
Connery Noble
72005db13d Support both build-time and run-time values for WEBAPP_URL. Improve re-build time, if just the WEBAPP_URL is changed. 2022-09-29 12:31:58 -07:00
Connery Noble
46a0e729db feat(frontend): use runtime NEXT_PUBLIC_WEBAPP_URL to replace build-time frontend value 2022-09-08 17:05:31 -07:00
Leopere
b0c52392f9 Delete .gitkeep
This file only exists to force git to track an empty directory and needs to be cleaned up now that there are files in this directory.
2022-07-29 15:00:16 -04:00
Colin Griffin
a08ccae05e add app seed script to startup 2022-06-01 16:18:49 -04:00
Colin Griffin
fbfa063d9e use local path instead of absolute root 2022-04-25 17:23:33 -04:00
Alex Sears
60557d31fd Update Dockerfile to install prisma globally
Prisma is a dev dependency in the main project. However, it is
needed in the image so we can run the migrations before starting
the server up. This installs it globally in the image since it
won't be installed using the project's `package.json`.

Signed-off-by: Alex Sears <me@alexsears.com>
2022-02-18 15:12:09 -05: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
Flemming Petersen
6c7ebb345a Make use of internal docker networks unifi database name 2021-12-15 16:01:30 +01:00
Alex van Andel
bfe658bca4 Use Prisma Migrate 2021-10-24 20:56:01 +01:00
Colin Griffin
9faf925bac remove hardcoded db url and add database_host var 2021-10-05 13:15:36 -04: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
Alex van Andel
2dde744311 Scripts directory added, .gitmodules added 2021-07-02 19:50:20 +00:00