Commit Graph

8 Commits

Author SHA1 Message Date
Matt Isenhower
e140657ce2 Update Docker Compose configs 2024-11-14 22:00:09 -08:00
Matt Isenhower
0dd34b3e74 Switch to Browserless 2024-11-13 20:13:57 -08:00
Matt Isenhower
0eb54d4cb6 Update Docker config 2024-11-08 08:26:28 -08:00
Matt Isenhower
8f2bc6d5cd Reorganize source files in preparation for transition to vue-cli
The biggest changes here include splitting the server-side JS into multiple directories (under /src/app), moving all web content to /src/web, and compiling the web app to /dist instead of /public. This layout makes more sense overall, and more closely mirrors what is used for vue-cli v3 projects.
2018-07-27 11:40:27 -07:00
Unknown
918012c65d Add nginx container for use with nginx-proxy
This makes administration a little easier for me. It'll also help if I need an actual API back end for this site in the future.
2017-10-27 17:32:44 -07:00
Matt Isenhower
01a5b98a2b Update the Docker config to support headless Chrome 2017-09-20 11:06:32 -07:00
Matt Isenhower
0f1509a070 Switch to the official Node.js Docker image
The official image already contains Yarn and everything we need so there's no need for a custom image.
2017-08-16 13:22:01 -07:00
Matt Isenhower
95c14d71a7 Add Docker config 2017-08-02 19:24:32 -07:00