Commit graph

8 commits

Author SHA1 Message Date
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