17 Commits

Author SHA1 Message Date
δυς
5a5d6e2915 Reading and Writing Profile Info From Ceramic (#943)
This is being merged for further testing so as to not block the progress of `develop` & not require more rebases.
2022-02-28 20:28:28 -08:00
polimyl
4f1e47562c fix: move discord-bot RUNTIME_ENV to the last stage 2021-12-26 21:14:28 -07:00
polimyl
d61e39b6d8 Docker image size optimization (#910)
* build(docker): use slim base images

* build(docker): create new stages that only include necessary files

* build(docker): delete devDependencies after build

* build(docker): move env vars to a later point for better caching
2021-11-13 12:29:22 -05:00
δυς
0362f8ca47 switching to multer (& writing to a file) from streaming 🎮 2021-10-29 21:16:28 -06:00
polimyl
34fdf7f4c4 make env vars in hasura and backend containers more customizable 2021-10-06 20:44:20 -06:00
polimyl
a2685112d5 add Dockerfile for frontend 2021-10-06 20:44:20 -06:00
Alec LaLonde
f653d0879e Added an env var to specify which types of files are loaded 2021-05-18 11:31:43 -06:00
Alec LaLonde
fbb70e54a8 Added Dockerfile for discord-bot 2021-05-06 13:07:32 -06:00
Alec LaLonde
24765d030a Added createDiscordClient to discord-bot, changed backend to use it 2021-03-09 10:54:23 -07:00
Will Holcomb
e59618d319 codegen was removed, but some references linger 2021-02-01 20:52:28 -07:00
Hammad Jutt
4c2bb981cf Update backend Dockerfile to include codegen 2020-08-16 20:23:05 -06:00
Hammad Jutt
c82ba547b6 Fix command for backend Dockerfile 2020-08-05 00:18:57 -06:00
Hammad Jutt
26c9bfa134 Cleanup / simplify package.json scripts and names 2020-07-13 11:06:24 -06:00
Hammad Jutt
5de1a5eba5 Simplify Render config 2020-07-12 11:41:52 -06:00
Hammad Jutt
c063c3c41a Setup explicit ports to prevent broken deployment on Render
https://github.com/hasura/graphql-engine/issues/3904
2020-07-12 11:41:52 -06:00
Hammad Jutt
5cfd7d88dd Setup multistage build to allow running backend server in dev mode so we dont have to run it outside Docker
This will automatically restart the backend server in docker anytime there are changes to the original
source files instead of copying over when running in dev mode. In production, it will still do the
normal copy/build.
2020-07-06 01:55:44 -06:00
Pacien Boisson
899335594a [WIP] Fix docker with lerna (#8)
* trying to fix Backend docker image with lerna

* fix dockerfile CMD

* Fix Dockerfile build

* Fix 3box types

Co-authored-by: Hammad Jutt <jutt@ualberta.ca>
2020-06-08 00:49:39 -06:00